Shades of Viking #54B0CC
Tints of Viking #54B0CC
RGB
CMYK
RGB Variations
Color information
#54B0CC (or 0x54B0CC) is known color: Viking. HEX triplet: 54, B0 and CC. RGB value is (84,176,204). Sum of RGB (Red+Green+Blue) = 84+176+204=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #54B0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B0CC is #AB4F33. Grayscale: #979797. Windows color (decimal): -11226932 or 13414484. OLE color: 13414484.
HSL color Cylindrical-coordinate representation of color #54B0CC: hue angle of 194º 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 #54B0CC is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 176 | 204 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.2 |
| HSL | 194º | 0.54% | 0.56% | - |
| HSV(B) | 194º | 0.59% | 0.8% | - |
| XYZ | 30.08 | 37.3 | 62.74 | - |
| YUV | 151.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 204 | 0.59 | 0.14 | 0 | 0.2 | 194 | 0.54 | 0.56 |
| Hex | 54 | B0 | CC | 3B | E | 0 | 14 | C2 | 36 | 38 |
| Octal | 124 | 260 | 314 | 73 | 16 | 0 | 24 | 302 | 66 | 70 |
| Binary | 1010100 | 10110000 | 11001100 | 111011 | 1110 | 0 | 10100 | 11000010 | 110110 | 111000 |
Color Harmonies of #54B0CC
Complementary color
Monochromatic Colors of #54B0CC
Black with #54B0CC
Text Example
Text Example
White with #54B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B0CC; }
p { color: rgb(84,176,204); }
H1.HeaderClassName
{
color: #54B0CC;
}
.AnyTagClassName
{
color: #54B0CC;
}
</style>
background-color css
<style>
a { background-color: #54B0CC; }
a { background-color: rgb(84,176,204); }
div.DivClassName
{
background-color: #54B0CC;
}
.BgClassName
{
background-color: #54B0CC;
}
</style>
border-color css
<style>
span { border-color: #54B0CC; }
span { border-color: rgb(84,176,204); }
td.TdClassName
{
border-color: #54B0CC;
}
.TagClassName
{
border-color: #54B0CC;
}
</style>