Shades of Viking #5CAFCB
Tints of Viking #5CAFCB
RGB
CMYK
RGB Variations
Color information
#5CAFCB (or 0x5CAFCB) is known color: Viking. HEX triplet: 5C, AF and CB. RGB value is (92,175,203). Sum of RGB (Red+Green+Blue) = 92+175+203=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFCB is #A35034. Grayscale: #999999. Windows color (decimal): -10702901 or 13348700. OLE color: 13348700.
HSL color Cylindrical-coordinate representation of color #5CAFCB: hue angle of 195.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CAFCB is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 175 | 203 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.20 |
| HSL | 195.14º | 0.52% | 0.58% | - |
| HSV(B) | 195.14º | 0.55% | 0.8% | - |
| XYZ | 30.52 | 37.25 | 62.08 | - |
| YUV | 153.38 | 156 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 203 | 0.55 | 0.14 | 0 | 0.20 | 195.14 | 0.52 | 0.58 |
| Hex | 5C | AF | CB | 37 | E | 0 | 14 | C3 | 34 | 3A |
| Octal | 134 | 257 | 313 | 67 | 16 | 0 | 24 | 303 | 64 | 72 |
| Binary | 1011100 | 10101111 | 11001011 | 110111 | 1110 | 0 | 10100 | 11000011 | 110100 | 111010 |
Color Harmonies of #5CAFCB
Complementary color
Monochromatic Colors of #5CAFCB
Black with #5CAFCB
Text Example
Text Example
White with #5CAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFCB; }
p { color: rgb(92,175,203); }
H1.HeaderClassName
{
color: #5CAFCB;
}
.AnyTagClassName
{
color: #5CAFCB;
}
</style>
background-color css
<style>
a { background-color: #5CAFCB; }
a { background-color: rgb(92,175,203); }
div.DivClassName
{
background-color: #5CAFCB;
}
.BgClassName
{
background-color: #5CAFCB;
}
</style>
border-color css
<style>
span { border-color: #5CAFCB; }
span { border-color: rgb(92,175,203); }
td.TdClassName
{
border-color: #5CAFCB;
}
.TagClassName
{
border-color: #5CAFCB;
}
</style>