Shades of Viking #57B2CB
Tints of Viking #57B2CB
RGB
CMYK
RGB Variations
Color information
#57B2CB (or 0x57B2CB) is known color: Viking. HEX triplet: 57, B2 and CB. RGB value is (87,178,203). Sum of RGB (Red+Green+Blue) = 87+178+203=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #57B2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B2CB is #A84D34. Grayscale: #999999. Windows color (decimal): -11029813 or 13349463. OLE color: 13349463.
HSL color Cylindrical-coordinate representation of color #57B2CB: hue angle of 192.93º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57B2CB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 178 | 203 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.20 |
| HSL | 192.93º | 0.53% | 0.57% | - |
| HSV(B) | 192.93º | 0.57% | 0.8% | - |
| XYZ | 30.63 | 38.18 | 62.25 | - |
| YUV | 153.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 178 | 203 | 0.57 | 0.12 | 0 | 0.20 | 192.93 | 0.53 | 0.57 |
| Hex | 57 | B2 | CB | 39 | C | 0 | 14 | C1 | 35 | 39 |
| Octal | 127 | 262 | 313 | 71 | 14 | 0 | 24 | 301 | 65 | 71 |
| Binary | 1010111 | 10110010 | 11001011 | 111001 | 1100 | 0 | 10100 | 11000001 | 110101 | 111001 |
Color Harmonies of #57B2CB
Complementary color
Monochromatic Colors of #57B2CB
Black with #57B2CB
Text Example
Text Example
White with #57B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B2CB; }
p { color: rgb(87,178,203); }
H1.HeaderClassName
{
color: #57B2CB;
}
.AnyTagClassName
{
color: #57B2CB;
}
</style>
background-color css
<style>
a { background-color: #57B2CB; }
a { background-color: rgb(87,178,203); }
div.DivClassName
{
background-color: #57B2CB;
}
.BgClassName
{
background-color: #57B2CB;
}
</style>
border-color css
<style>
span { border-color: #57B2CB; }
span { border-color: rgb(87,178,203); }
td.TdClassName
{
border-color: #57B2CB;
}
.TagClassName
{
border-color: #57B2CB;
}
</style>