Shades of Viking #57B1CF
Tints of Viking #57B1CF
RGB
CMYK
RGB Variations
Color information
#57B1CF (or 0x57B1CF) is known color: Viking. HEX triplet: 57, B1 and CF. RGB value is (87,177,207). Sum of RGB (Red+Green+Blue) = 87+177+207=471 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.47% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #57B1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B1CF is #A84E30. Grayscale: #999999. Windows color (decimal): -11030065 or 13611351. OLE color: 13611351.
HSL color Cylindrical-coordinate representation of color #57B1CF: hue angle of 195º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57B1CF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 177 | 207 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.19 |
| HSL | 195º | 0.56% | 0.58% | - |
| HSV(B) | 195º | 0.58% | 0.81% | - |
| XYZ | 30.92 | 37.98 | 64.73 | - |
| YUV | 153.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 177 | 207 | 0.58 | 0.14 | 0 | 0.19 | 195 | 0.56 | 0.58 |
| Hex | 57 | B1 | CF | 3A | E | 0 | 13 | C3 | 38 | 3A |
| Octal | 127 | 261 | 317 | 72 | 16 | 0 | 23 | 303 | 70 | 72 |
| Binary | 1010111 | 10110001 | 11001111 | 111010 | 1110 | 0 | 10011 | 11000011 | 111000 | 111010 |
Color Harmonies of #57B1CF
Complementary color
Monochromatic Colors of #57B1CF
Black with #57B1CF
Text Example
Text Example
White with #57B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B1CF; }
p { color: rgb(87,177,207); }
H1.HeaderClassName
{
color: #57B1CF;
}
.AnyTagClassName
{
color: #57B1CF;
}
</style>
background-color css
<style>
a { background-color: #57B1CF; }
a { background-color: rgb(87,177,207); }
div.DivClassName
{
background-color: #57B1CF;
}
.BgClassName
{
background-color: #57B1CF;
}
</style>
border-color css
<style>
span { border-color: #57B1CF; }
span { border-color: rgb(87,177,207); }
td.TdClassName
{
border-color: #57B1CF;
}
.TagClassName
{
border-color: #57B1CF;
}
</style>