Shades of Viking #54B5BD
Tints of Viking #54B5BD
RGB
CMYK
RGB Variations
Color information
#54B5BD (or 0x54B5BD) is known color: Viking. HEX triplet: 54, B5 and BD. RGB value is (84,181,189). Sum of RGB (Red+Green+Blue) = 84+181+189=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #54B5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5BD is #AB4A42. Grayscale: #989898. Windows color (decimal): -11225667 or 12432724. OLE color: 12432724.
HSL color Cylindrical-coordinate representation of color #54B5BD: hue angle of 184.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54B5BD is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 181 | 189 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.26 |
| HSL | 184.57º | 0.44% | 0.54% | - |
| HSV(B) | 184.57º | 0.56% | 0.74% | - |
| XYZ | 29.37 | 38.61 | 54.05 | - |
| YUV | 152.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 189 | 0.56 | 0.04 | 0 | 0.26 | 184.57 | 0.44 | 0.54 |
| Hex | 54 | B5 | BD | 38 | 4 | 0 | 1A | B9 | 2C | 36 |
| Octal | 124 | 265 | 275 | 70 | 4 | 0 | 32 | 271 | 54 | 66 |
| Binary | 1010100 | 10110101 | 10111101 | 111000 | 100 | 0 | 11010 | 10111001 | 101100 | 110110 |
Color Harmonies of #54B5BD
Complementary color
Monochromatic Colors of #54B5BD
Black with #54B5BD
Text Example
Text Example
White with #54B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5BD; }
p { color: rgb(84,181,189); }
H1.HeaderClassName
{
color: #54B5BD;
}
.AnyTagClassName
{
color: #54B5BD;
}
</style>
background-color css
<style>
a { background-color: #54B5BD; }
a { background-color: rgb(84,181,189); }
div.DivClassName
{
background-color: #54B5BD;
}
.BgClassName
{
background-color: #54B5BD;
}
</style>
border-color css
<style>
span { border-color: #54B5BD; }
span { border-color: rgb(84,181,189); }
td.TdClassName
{
border-color: #54B5BD;
}
.TagClassName
{
border-color: #54B5BD;
}
</style>