Shades of Viking #54BDBD
Tints of Viking #54BDBD
RGB
CMYK
RGB Variations
Color information
#54BDBD (or 0x54BDBD) is known color: Viking. HEX triplet: 54, BD and BD. RGB value is (84,189,189). Sum of RGB (Red+Green+Blue) = 84+189+189=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #54BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDBD is #AB4242. Grayscale: #9D9D9D. Windows color (decimal): -11223619 or 12434772. OLE color: 12434772.
HSL color Cylindrical-coordinate representation of color #54BDBD: hue angle of 180º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BDBD is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 189 | - |
| CMYK | 0.56 | 0 | 0 | 0.26 |
| HSL | 180º | 0.44% | 0.54% | - |
| HSV(B) | 180º | 0.56% | 0.74% | - |
| XYZ | 31.04 | 41.95 | 54.61 | - |
| YUV | 157.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 189 | 0.56 | 0 | 0 | 0.26 | 180 | 0.44 | 0.54 |
| Hex | 54 | BD | BD | 38 | 0 | 0 | 1A | B4 | 2C | 36 |
| Octal | 124 | 275 | 275 | 70 | 0 | 0 | 32 | 264 | 54 | 66 |
| Binary | 1010100 | 10111101 | 10111101 | 111000 | 0 | 0 | 11010 | 10110100 | 101100 | 110110 |
Color Harmonies of #54BDBD
Complementary color
Monochromatic Colors of #54BDBD
Black with #54BDBD
Text Example
Text Example
White with #54BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDBD; }
p { color: rgb(84,189,189); }
H1.HeaderClassName
{
color: #54BDBD;
}
.AnyTagClassName
{
color: #54BDBD;
}
</style>
background-color css
<style>
a { background-color: #54BDBD; }
a { background-color: rgb(84,189,189); }
div.DivClassName
{
background-color: #54BDBD;
}
.BgClassName
{
background-color: #54BDBD;
}
</style>
border-color css
<style>
span { border-color: #54BDBD; }
span { border-color: rgb(84,189,189); }
td.TdClassName
{
border-color: #54BDBD;
}
.TagClassName
{
border-color: #54BDBD;
}
</style>