Shades of Viking #57B9C9
Tints of Viking #57B9C9
RGB
CMYK
RGB Variations
Color information
#57B9C9 (or 0x57B9C9) is known color: Viking. HEX triplet: 57, B9 and C9. RGB value is (87,185,201). Sum of RGB (Red+Green+Blue) = 87+185+201=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #57B9C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B9C9 is #A84636. Grayscale: #9D9D9D. Windows color (decimal): -11028023 or 13220183. OLE color: 13220183.
HSL color Cylindrical-coordinate representation of color #57B9C9: hue angle of 188.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57B9C9 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 185 | 201 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.21 |
| HSL | 188.42º | 0.51% | 0.56% | - |
| HSV(B) | 188.42º | 0.57% | 0.79% | - |
| XYZ | 31.82 | 40.94 | 61.48 | - |
| YUV | 157.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 185 | 201 | 0.57 | 0.08 | 0 | 0.21 | 188.42 | 0.51 | 0.56 |
| Hex | 57 | B9 | C9 | 39 | 8 | 0 | 15 | BC | 33 | 38 |
| Octal | 127 | 271 | 311 | 71 | 10 | 0 | 25 | 274 | 63 | 70 |
| Binary | 1010111 | 10111001 | 11001001 | 111001 | 1000 | 0 | 10101 | 10111100 | 110011 | 111000 |
Color Harmonies of #57B9C9
Complementary color
Monochromatic Colors of #57B9C9
Black with #57B9C9
Text Example
Text Example
White with #57B9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B9C9; }
p { color: rgb(87,185,201); }
H1.HeaderClassName
{
color: #57B9C9;
}
.AnyTagClassName
{
color: #57B9C9;
}
</style>
background-color css
<style>
a { background-color: #57B9C9; }
a { background-color: rgb(87,185,201); }
div.DivClassName
{
background-color: #57B9C9;
}
.BgClassName
{
background-color: #57B9C9;
}
</style>
border-color css
<style>
span { border-color: #57B9C9; }
span { border-color: rgb(87,185,201); }
td.TdClassName
{
border-color: #57B9C9;
}
.TagClassName
{
border-color: #57B9C9;
}
</style>