Shades of Viking #5CAFC0
Tints of Viking #5CAFC0
RGB
CMYK
RGB Variations
Color information
#5CAFC0 (or 0x5CAFC0) is known color: Viking. HEX triplet: 5C, AF and C0. RGB value is (92,175,192). Sum of RGB (Red+Green+Blue) = 92+175+192=459 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.04% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #5CAFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFC0 is #A3503F. Grayscale: #979797. Windows color (decimal): -10702912 or 12627804. OLE color: 12627804.
HSL color Cylindrical-coordinate representation of color #5CAFC0: hue angle of 190.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CAFC0 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 175 | 192 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.25 |
| HSL | 190.2º | 0.44% | 0.56% | - |
| HSV(B) | 190.2º | 0.52% | 0.75% | - |
| XYZ | 29.26 | 36.74 | 55.42 | - |
| YUV | 152.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 192 | 0.52 | 0.09 | 0 | 0.25 | 190.2 | 0.44 | 0.56 |
| Hex | 5C | AF | C0 | 34 | 9 | 0 | 19 | BE | 2C | 38 |
| Octal | 134 | 257 | 300 | 64 | 11 | 0 | 31 | 276 | 54 | 70 |
| Binary | 1011100 | 10101111 | 11000000 | 110100 | 1001 | 0 | 11001 | 10111110 | 101100 | 111000 |
Color Harmonies of #5CAFC0
Complementary color
Monochromatic Colors of #5CAFC0
Black with #5CAFC0
Text Example
Text Example
White with #5CAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFC0; }
p { color: rgb(92,175,192); }
H1.HeaderClassName
{
color: #5CAFC0;
}
.AnyTagClassName
{
color: #5CAFC0;
}
</style>
background-color css
<style>
a { background-color: #5CAFC0; }
a { background-color: rgb(92,175,192); }
div.DivClassName
{
background-color: #5CAFC0;
}
.BgClassName
{
background-color: #5CAFC0;
}
</style>
border-color css
<style>
span { border-color: #5CAFC0; }
span { border-color: rgb(92,175,192); }
td.TdClassName
{
border-color: #5CAFC0;
}
.TagClassName
{
border-color: #5CAFC0;
}
</style>