Shades of Viking #57B1CA
Tints of Viking #57B1CA
RGB
CMYK
RGB Variations
Color information
#57B1CA (or 0x57B1CA) is known color: Viking. HEX triplet: 57, B1 and CA. RGB value is (87,177,202). Sum of RGB (Red+Green+Blue) = 87+177+202=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #57B1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B1CA is #A84E35. Grayscale: #989898. Windows color (decimal): -11030070 or 13283671. OLE color: 13283671.
HSL color Cylindrical-coordinate representation of color #57B1CA: hue angle of 193.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57B1CA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 177 | 202 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.21 |
| HSL | 193.04º | 0.52% | 0.57% | - |
| HSV(B) | 193.04º | 0.57% | 0.79% | - |
| XYZ | 30.31 | 37.73 | 61.56 | - |
| YUV | 152.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 177 | 202 | 0.57 | 0.12 | 0 | 0.21 | 193.04 | 0.52 | 0.57 |
| Hex | 57 | B1 | CA | 39 | C | 0 | 15 | C1 | 34 | 39 |
| Octal | 127 | 261 | 312 | 71 | 14 | 0 | 25 | 301 | 64 | 71 |
| Binary | 1010111 | 10110001 | 11001010 | 111001 | 1100 | 0 | 10101 | 11000001 | 110100 | 111001 |
Color Harmonies of #57B1CA
Complementary color
Monochromatic Colors of #57B1CA
Black with #57B1CA
Text Example
Text Example
White with #57B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B1CA; }
p { color: rgb(87,177,202); }
H1.HeaderClassName
{
color: #57B1CA;
}
.AnyTagClassName
{
color: #57B1CA;
}
</style>
background-color css
<style>
a { background-color: #57B1CA; }
a { background-color: rgb(87,177,202); }
div.DivClassName
{
background-color: #57B1CA;
}
.BgClassName
{
background-color: #57B1CA;
}
</style>
border-color css
<style>
span { border-color: #57B1CA; }
span { border-color: rgb(87,177,202); }
td.TdClassName
{
border-color: #57B1CA;
}
.TagClassName
{
border-color: #57B1CA;
}
</style>