Shades of Viking #54B2CE
Tints of Viking #54B2CE
RGB
CMYK
RGB Variations
Color information
#54B2CE (or 0x54B2CE) is known color: Viking. HEX triplet: 54, B2 and CE. RGB value is (84,178,206). Sum of RGB (Red+Green+Blue) = 84+178+206=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #54B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2CE is #AB4D31. Grayscale: #989898. Windows color (decimal): -11226418 or 13546068. OLE color: 13546068.
HSL color Cylindrical-coordinate representation of color #54B2CE: hue angle of 193.77º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54B2CE is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 178 | 206 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.19 |
| HSL | 193.77º | 0.55% | 0.57% | - |
| HSV(B) | 193.77º | 0.59% | 0.81% | - |
| XYZ | 30.72 | 38.18 | 64.14 | - |
| YUV | 153.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 206 | 0.59 | 0.14 | 0 | 0.19 | 193.77 | 0.55 | 0.57 |
| Hex | 54 | B2 | CE | 3B | E | 0 | 13 | C2 | 37 | 39 |
| Octal | 124 | 262 | 316 | 73 | 16 | 0 | 23 | 302 | 67 | 71 |
| Binary | 1010100 | 10110010 | 11001110 | 111011 | 1110 | 0 | 10011 | 11000010 | 110111 | 111001 |
Color Harmonies of #54B2CE
Complementary color
Monochromatic Colors of #54B2CE
Black with #54B2CE
Text Example
Text Example
White with #54B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B2CE; }
p { color: rgb(84,178,206); }
H1.HeaderClassName
{
color: #54B2CE;
}
.AnyTagClassName
{
color: #54B2CE;
}
</style>
background-color css
<style>
a { background-color: #54B2CE; }
a { background-color: rgb(84,178,206); }
div.DivClassName
{
background-color: #54B2CE;
}
.BgClassName
{
background-color: #54B2CE;
}
</style>
border-color css
<style>
span { border-color: #54B2CE; }
span { border-color: rgb(84,178,206); }
td.TdClassName
{
border-color: #54B2CE;
}
.TagClassName
{
border-color: #54B2CE;
}
</style>