Shades of Viking #54B0CD
Tints of Viking #54B0CD
RGB
CMYK
RGB Variations
Color information
#54B0CD (or 0x54B0CD) is known color: Viking. HEX triplet: 54, B0 and CD. RGB value is (84,176,205). Sum of RGB (Red+Green+Blue) = 84+176+205=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #54B0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B0CD is #AB4F32. Grayscale: #979797. Windows color (decimal): -11226931 or 13480020. OLE color: 13480020.
HSL color Cylindrical-coordinate representation of color #54B0CD: hue angle of 194.38º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54B0CD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 176 | 205 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.20 |
| HSL | 194.38º | 0.55% | 0.57% | - |
| HSV(B) | 194.38º | 0.59% | 0.8% | - |
| XYZ | 30.2 | 37.34 | 63.37 | - |
| YUV | 151.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 205 | 0.59 | 0.14 | 0 | 0.20 | 194.38 | 0.55 | 0.57 |
| Hex | 54 | B0 | CD | 3B | E | 0 | 14 | C2 | 37 | 39 |
| Octal | 124 | 260 | 315 | 73 | 16 | 0 | 24 | 302 | 67 | 71 |
| Binary | 1010100 | 10110000 | 11001101 | 111011 | 1110 | 0 | 10100 | 11000010 | 110111 | 111001 |
Color Harmonies of #54B0CD
Complementary color
Monochromatic Colors of #54B0CD
Black with #54B0CD
Text Example
Text Example
White with #54B0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B0CD; }
p { color: rgb(84,176,205); }
H1.HeaderClassName
{
color: #54B0CD;
}
.AnyTagClassName
{
color: #54B0CD;
}
</style>
background-color css
<style>
a { background-color: #54B0CD; }
a { background-color: rgb(84,176,205); }
div.DivClassName
{
background-color: #54B0CD;
}
.BgClassName
{
background-color: #54B0CD;
}
</style>
border-color css
<style>
span { border-color: #54B0CD; }
span { border-color: rgb(84,176,205); }
td.TdClassName
{
border-color: #54B0CD;
}
.TagClassName
{
border-color: #54B0CD;
}
</style>