Shades of Viking #57BFCD
Tints of Viking #57BFCD
RGB
CMYK
RGB Variations
Color information
#57BFCD (or 0x57BFCD) is known color: Viking. HEX triplet: 57, BF and CD. RGB value is (87,191,205). Sum of RGB (Red+Green+Blue) = 87+191+205=483 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.01% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #57BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFCD is #A84032. Grayscale: #A1A1A1. Windows color (decimal): -11026483 or 13483863. OLE color: 13483863.
HSL color Cylindrical-coordinate representation of color #57BFCD: hue angle of 187.12º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BFCD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 191 | 205 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.20 |
| HSL | 187.12º | 0.54% | 0.57% | - |
| HSV(B) | 187.12º | 0.58% | 0.8% | - |
| XYZ | 33.58 | 43.7 | 64.42 | - |
| YUV | 161.5 | 152.54 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 205 | 0.58 | 0.07 | 0 | 0.20 | 187.12 | 0.54 | 0.57 |
| Hex | 57 | BF | CD | 3A | 7 | 0 | 14 | BB | 36 | 39 |
| Octal | 127 | 277 | 315 | 72 | 7 | 0 | 24 | 273 | 66 | 71 |
| Binary | 1010111 | 10111111 | 11001101 | 111010 | 111 | 0 | 10100 | 10111011 | 110110 | 111001 |
Color Harmonies of #57BFCD
Complementary color
Monochromatic Colors of #57BFCD
Black with #57BFCD
Text Example
Text Example
White with #57BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFCD; }
p { color: rgb(87,191,205); }
H1.HeaderClassName
{
color: #57BFCD;
}
.AnyTagClassName
{
color: #57BFCD;
}
</style>
background-color css
<style>
a { background-color: #57BFCD; }
a { background-color: rgb(87,191,205); }
div.DivClassName
{
background-color: #57BFCD;
}
.BgClassName
{
background-color: #57BFCD;
}
</style>
border-color css
<style>
span { border-color: #57BFCD; }
span { border-color: rgb(87,191,205); }
td.TdClassName
{
border-color: #57BFCD;
}
.TagClassName
{
border-color: #57BFCD;
}
</style>