Shades of Viking #57B4BD
Tints of Viking #57B4BD
RGB
CMYK
RGB Variations
Color information
#57B4BD (or 0x57B4BD) is known color: Viking. HEX triplet: 57, B4 and BD. RGB value is (87,180,189). Sum of RGB (Red+Green+Blue) = 87+180+189=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #57B4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B4BD is #A84B42. Grayscale: #999999. Windows color (decimal): -11029315 or 12432471. OLE color: 12432471.
HSL color Cylindrical-coordinate representation of color #57B4BD: hue angle of 185.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57B4BD is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 180 | 189 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.26 |
| HSL | 185.29º | 0.44% | 0.54% | - |
| HSV(B) | 185.29º | 0.54% | 0.74% | - |
| XYZ | 29.44 | 38.34 | 53.99 | - |
| YUV | 153.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 180 | 189 | 0.54 | 0.05 | 0 | 0.26 | 185.29 | 0.44 | 0.54 |
| Hex | 57 | B4 | BD | 36 | 5 | 0 | 1A | B9 | 2C | 36 |
| Octal | 127 | 264 | 275 | 66 | 5 | 0 | 32 | 271 | 54 | 66 |
| Binary | 1010111 | 10110100 | 10111101 | 110110 | 101 | 0 | 11010 | 10111001 | 101100 | 110110 |
Color Harmonies of #57B4BD
Complementary color
Monochromatic Colors of #57B4BD
Black with #57B4BD
Text Example
Text Example
White with #57B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B4BD; }
p { color: rgb(87,180,189); }
H1.HeaderClassName
{
color: #57B4BD;
}
.AnyTagClassName
{
color: #57B4BD;
}
</style>
background-color css
<style>
a { background-color: #57B4BD; }
a { background-color: rgb(87,180,189); }
div.DivClassName
{
background-color: #57B4BD;
}
.BgClassName
{
background-color: #57B4BD;
}
</style>
border-color css
<style>
span { border-color: #57B4BD; }
span { border-color: rgb(87,180,189); }
td.TdClassName
{
border-color: #57B4BD;
}
.TagClassName
{
border-color: #57B4BD;
}
</style>