Shades of Viking #59B1D2
Tints of Viking #59B1D2
RGB
CMYK
RGB Variations
Color information
#59B1D2 (or 0x59B1D2) is known color: Viking. HEX triplet: 59, B1 and D2. RGB value is (89,177,210). Sum of RGB (Red+Green+Blue) = 89+177+210=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #59B1D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1D2 is #A64E2D. Grayscale: #9A9A9A. Windows color (decimal): -10898990 or 13807961. OLE color: 13807961.
HSL color Cylindrical-coordinate representation of color #59B1D2: hue angle of 196.36º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59B1D2 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 177 | 210 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.18 |
| HSL | 196.36º | 0.57% | 0.59% | - |
| HSV(B) | 196.36º | 0.58% | 0.82% | - |
| XYZ | 31.47 | 38.22 | 66.69 | - |
| YUV | 154.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 177 | 210 | 0.58 | 0.16 | 0 | 0.18 | 196.36 | 0.57 | 0.59 |
| Hex | 59 | B1 | D2 | 3A | 10 | 0 | 12 | C4 | 39 | 3B |
| Octal | 131 | 261 | 322 | 72 | 20 | 0 | 22 | 304 | 71 | 73 |
| Binary | 1011001 | 10110001 | 11010010 | 111010 | 10000 | 0 | 10010 | 11000100 | 111001 | 111011 |
Color Harmonies of #59B1D2
Complementary color
Monochromatic Colors of #59B1D2
Black with #59B1D2
Text Example
Text Example
White with #59B1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B1D2; }
p { color: rgb(89,177,210); }
H1.HeaderClassName
{
color: #59B1D2;
}
.AnyTagClassName
{
color: #59B1D2;
}
</style>
background-color css
<style>
a { background-color: #59B1D2; }
a { background-color: rgb(89,177,210); }
div.DivClassName
{
background-color: #59B1D2;
}
.BgClassName
{
background-color: #59B1D2;
}
</style>
border-color css
<style>
span { border-color: #59B1D2; }
span { border-color: rgb(89,177,210); }
td.TdClassName
{
border-color: #59B1D2;
}
.TagClassName
{
border-color: #59B1D2;
}
</style>