Shades of Viking #54B5CF
Tints of Viking #54B5CF
RGB
CMYK
RGB Variations
Color information
#54B5CF (or 0x54B5CF) is known color: Viking. HEX triplet: 54, B5 and CF. RGB value is (84,181,207). Sum of RGB (Red+Green+Blue) = 84+181+207=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #54B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5CF is #AB4A30. Grayscale: #9A9A9A. Windows color (decimal): -11225649 or 13612372. OLE color: 13612372.
HSL color Cylindrical-coordinate representation of color #54B5CF: hue angle of 192.68º degrees, saturation: 0.56, 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 #54B5CF is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 181 | 207 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.19 |
| HSL | 192.68º | 0.56% | 0.57% | - |
| HSV(B) | 192.68º | 0.59% | 0.81% | - |
| XYZ | 31.44 | 39.44 | 64.99 | - |
| YUV | 154.96 | 157.36 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 207 | 0.59 | 0.13 | 0 | 0.19 | 192.68 | 0.56 | 0.57 |
| Hex | 54 | B5 | CF | 3B | D | 0 | 13 | C1 | 38 | 39 |
| Octal | 124 | 265 | 317 | 73 | 15 | 0 | 23 | 301 | 70 | 71 |
| Binary | 1010100 | 10110101 | 11001111 | 111011 | 1101 | 0 | 10011 | 11000001 | 111000 | 111001 |
Color Harmonies of #54B5CF
Complementary color
Monochromatic Colors of #54B5CF
Black with #54B5CF
Text Example
Text Example
White with #54B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5CF; }
p { color: rgb(84,181,207); }
H1.HeaderClassName
{
color: #54B5CF;
}
.AnyTagClassName
{
color: #54B5CF;
}
</style>
background-color css
<style>
a { background-color: #54B5CF; }
a { background-color: rgb(84,181,207); }
div.DivClassName
{
background-color: #54B5CF;
}
.BgClassName
{
background-color: #54B5CF;
}
</style>
border-color css
<style>
span { border-color: #54B5CF; }
span { border-color: rgb(84,181,207); }
td.TdClassName
{
border-color: #54B5CF;
}
.TagClassName
{
border-color: #54B5CF;
}
</style>