Shades of Viking #59ADCB
Tints of Viking #59ADCB
RGB
CMYK
RGB Variations
Color information
#59ADCB (or 0x59ADCB) is known color: Viking. HEX triplet: 59, AD and CB. RGB value is (89,173,203). Sum of RGB (Red+Green+Blue) = 89+173+203=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #59ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADCB is #A65234. Grayscale: #979797. Windows color (decimal): -10900021 or 13348185. OLE color: 13348185.
HSL color Cylindrical-coordinate representation of color #59ADCB: hue angle of 195.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59ADCB is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 173 | 203 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.20 |
| HSL | 195.79º | 0.52% | 0.57% | - |
| HSV(B) | 195.79º | 0.56% | 0.8% | - |
| XYZ | 29.84 | 36.32 | 61.94 | - |
| YUV | 151.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 203 | 0.56 | 0.15 | 0 | 0.20 | 195.79 | 0.52 | 0.57 |
| Hex | 59 | AD | CB | 38 | F | 0 | 14 | C4 | 34 | 39 |
| Octal | 131 | 255 | 313 | 70 | 17 | 0 | 24 | 304 | 64 | 71 |
| Binary | 1011001 | 10101101 | 11001011 | 111000 | 1111 | 0 | 10100 | 11000100 | 110100 | 111001 |
Color Harmonies of #59ADCB
Complementary color
Monochromatic Colors of #59ADCB
Black with #59ADCB
Text Example
Text Example
White with #59ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADCB; }
p { color: rgb(89,173,203); }
H1.HeaderClassName
{
color: #59ADCB;
}
.AnyTagClassName
{
color: #59ADCB;
}
</style>
background-color css
<style>
a { background-color: #59ADCB; }
a { background-color: rgb(89,173,203); }
div.DivClassName
{
background-color: #59ADCB;
}
.BgClassName
{
background-color: #59ADCB;
}
</style>
border-color css
<style>
span { border-color: #59ADCB; }
span { border-color: rgb(89,173,203); }
td.TdClassName
{
border-color: #59ADCB;
}
.TagClassName
{
border-color: #59ADCB;
}
</style>