Shades of Viking #5CAFCA
Tints of Viking #5CAFCA
RGB
CMYK
RGB Variations
Color information
#5CAFCA (or 0x5CAFCA) is known color: Viking. HEX triplet: 5C, AF and CA. RGB value is (92,175,202). Sum of RGB (Red+Green+Blue) = 92+175+202=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #5CAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFCA is #A35035. Grayscale: #999999. Windows color (decimal): -10702902 or 13283164. OLE color: 13283164.
HSL color Cylindrical-coordinate representation of color #5CAFCA: hue angle of 194.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CAFCA is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 175 | 202 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.21 |
| HSL | 194.73º | 0.51% | 0.58% | - |
| HSV(B) | 194.73º | 0.54% | 0.79% | - |
| XYZ | 30.4 | 37.2 | 61.45 | - |
| YUV | 153.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 202 | 0.54 | 0.13 | 0 | 0.21 | 194.73 | 0.51 | 0.58 |
| Hex | 5C | AF | CA | 36 | D | 0 | 15 | C3 | 33 | 3A |
| Octal | 134 | 257 | 312 | 66 | 15 | 0 | 25 | 303 | 63 | 72 |
| Binary | 1011100 | 10101111 | 11001010 | 110110 | 1101 | 0 | 10101 | 11000011 | 110011 | 111010 |
Color Harmonies of #5CAFCA
Complementary color
Monochromatic Colors of #5CAFCA
Black with #5CAFCA
Text Example
Text Example
White with #5CAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFCA; }
p { color: rgb(92,175,202); }
H1.HeaderClassName
{
color: #5CAFCA;
}
.AnyTagClassName
{
color: #5CAFCA;
}
</style>
background-color css
<style>
a { background-color: #5CAFCA; }
a { background-color: rgb(92,175,202); }
div.DivClassName
{
background-color: #5CAFCA;
}
.BgClassName
{
background-color: #5CAFCA;
}
</style>
border-color css
<style>
span { border-color: #5CAFCA; }
span { border-color: rgb(92,175,202); }
td.TdClassName
{
border-color: #5CAFCA;
}
.TagClassName
{
border-color: #5CAFCA;
}
</style>