Shades of Viking #54B2CC
Tints of Viking #54B2CC
RGB
CMYK
RGB Variations
Color information
#54B2CC (or 0x54B2CC) is known color: Viking. HEX triplet: 54, B2 and CC. RGB value is (84,178,204). Sum of RGB (Red+Green+Blue) = 84+178+204=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #54B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2CC is #AB4D33. Grayscale: #989898. Windows color (decimal): -11226420 or 13414996. OLE color: 13414996.
HSL color Cylindrical-coordinate representation of color #54B2CC: hue angle of 193º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54B2CC is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 178 | 204 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.2 |
| HSL | 193º | 0.54% | 0.56% | - |
| HSV(B) | 193º | 0.59% | 0.8% | - |
| XYZ | 30.48 | 38.09 | 62.87 | - |
| YUV | 152.86 | 156.86 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 204 | 0.59 | 0.13 | 0 | 0.2 | 193 | 0.54 | 0.56 |
| Hex | 54 | B2 | CC | 3B | D | 0 | 14 | C1 | 36 | 38 |
| Octal | 124 | 262 | 314 | 73 | 15 | 0 | 24 | 301 | 66 | 70 |
| Binary | 1010100 | 10110010 | 11001100 | 111011 | 1101 | 0 | 10100 | 11000001 | 110110 | 111000 |
Color Harmonies of #54B2CC
Complementary color
Monochromatic Colors of #54B2CC
Black with #54B2CC
Text Example
Text Example
White with #54B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B2CC; }
p { color: rgb(84,178,204); }
H1.HeaderClassName
{
color: #54B2CC;
}
.AnyTagClassName
{
color: #54B2CC;
}
</style>
background-color css
<style>
a { background-color: #54B2CC; }
a { background-color: rgb(84,178,204); }
div.DivClassName
{
background-color: #54B2CC;
}
.BgClassName
{
background-color: #54B2CC;
}
</style>
border-color css
<style>
span { border-color: #54B2CC; }
span { border-color: rgb(84,178,204); }
td.TdClassName
{
border-color: #54B2CC;
}
.TagClassName
{
border-color: #54B2CC;
}
</style>