Shades of Viking #54B0BD
Tints of Viking #54B0BD
RGB
CMYK
RGB Variations
Color information
#54B0BD (or 0x54B0BD) is known color: Viking. HEX triplet: 54, B0 and BD. RGB value is (84,176,189). Sum of RGB (Red+Green+Blue) = 84+176+189=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #54B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B0BD is #AB4F42. Grayscale: #959595. Windows color (decimal): -11226947 or 12431444. OLE color: 12431444.
HSL color Cylindrical-coordinate representation of color #54B0BD: hue angle of 187.43º 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 #54B0BD is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 176 | 189 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.26 |
| HSL | 187.43º | 0.44% | 0.54% | - |
| HSV(B) | 187.43º | 0.56% | 0.74% | - |
| XYZ | 28.37 | 36.61 | 53.72 | - |
| YUV | 149.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 189 | 0.56 | 0.07 | 0 | 0.26 | 187.43 | 0.44 | 0.54 |
| Hex | 54 | B0 | BD | 38 | 7 | 0 | 1A | BB | 2C | 36 |
| Octal | 124 | 260 | 275 | 70 | 7 | 0 | 32 | 273 | 54 | 66 |
| Binary | 1010100 | 10110000 | 10111101 | 111000 | 111 | 0 | 11010 | 10111011 | 101100 | 110110 |
Color Harmonies of #54B0BD
Complementary color
Monochromatic Colors of #54B0BD
Black with #54B0BD
Text Example
Text Example
White with #54B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B0BD; }
p { color: rgb(84,176,189); }
H1.HeaderClassName
{
color: #54B0BD;
}
.AnyTagClassName
{
color: #54B0BD;
}
</style>
background-color css
<style>
a { background-color: #54B0BD; }
a { background-color: rgb(84,176,189); }
div.DivClassName
{
background-color: #54B0BD;
}
.BgClassName
{
background-color: #54B0BD;
}
</style>
border-color css
<style>
span { border-color: #54B0BD; }
span { border-color: rgb(84,176,189); }
td.TdClassName
{
border-color: #54B0BD;
}
.TagClassName
{
border-color: #54B0BD;
}
</style>