Shades of Viking #5AAFCB
Tints of Viking #5AAFCB
RGB
CMYK
RGB Variations
Color information
#5AAFCB (or 0x5AAFCB) is known color: Viking. HEX triplet: 5A, AF and CB. RGB value is (90,175,203). Sum of RGB (Red+Green+Blue) = 90+175+203=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #5AAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFCB is #A55034. Grayscale: #989898. Windows color (decimal): -10833973 or 13348698. OLE color: 13348698.
HSL color Cylindrical-coordinate representation of color #5AAFCB: hue angle of 194.87º 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 #5AAFCB is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 175 | 203 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.20 |
| HSL | 194.87º | 0.52% | 0.57% | - |
| HSV(B) | 194.87º | 0.56% | 0.8% | - |
| XYZ | 30.33 | 37.15 | 62.07 | - |
| YUV | 152.78 | 156.34 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 203 | 0.56 | 0.14 | 0 | 0.20 | 194.87 | 0.52 | 0.57 |
| Hex | 5A | AF | CB | 38 | E | 0 | 14 | C3 | 34 | 39 |
| Octal | 132 | 257 | 313 | 70 | 16 | 0 | 24 | 303 | 64 | 71 |
| Binary | 1011010 | 10101111 | 11001011 | 111000 | 1110 | 0 | 10100 | 11000011 | 110100 | 111001 |
Color Harmonies of #5AAFCB
Complementary color
Monochromatic Colors of #5AAFCB
Black with #5AAFCB
Text Example
Text Example
White with #5AAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAFCB; }
p { color: rgb(90,175,203); }
H1.HeaderClassName
{
color: #5AAFCB;
}
.AnyTagClassName
{
color: #5AAFCB;
}
</style>
background-color css
<style>
a { background-color: #5AAFCB; }
a { background-color: rgb(90,175,203); }
div.DivClassName
{
background-color: #5AAFCB;
}
.BgClassName
{
background-color: #5AAFCB;
}
</style>
border-color css
<style>
span { border-color: #5AAFCB; }
span { border-color: rgb(90,175,203); }
td.TdClassName
{
border-color: #5AAFCB;
}
.TagClassName
{
border-color: #5AAFCB;
}
</style>