Shades of Viking #5CB5CA
Tints of Viking #5CB5CA
RGB
CMYK
RGB Variations
Color information
#5CB5CA (or 0x5CB5CA) is known color: Viking. HEX triplet: 5C, B5 and CA. RGB value is (92,181,202). Sum of RGB (Red+Green+Blue) = 92+181+202=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #5CB5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB5CA is #A34A35. Grayscale: #9C9C9C. Windows color (decimal): -10701366 or 13284700. OLE color: 13284700.
HSL color Cylindrical-coordinate representation of color #5CB5CA: hue angle of 191.45º 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 #5CB5CA is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 181 | 202 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.21 |
| HSL | 191.45º | 0.51% | 0.58% | - |
| HSV(B) | 191.45º | 0.54% | 0.79% | - |
| XYZ | 31.6 | 39.59 | 61.85 | - |
| YUV | 156.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 202 | 0.54 | 0.10 | 0 | 0.21 | 191.45 | 0.51 | 0.58 |
| Hex | 5C | B5 | CA | 36 | A | 0 | 15 | BF | 33 | 3A |
| Octal | 134 | 265 | 312 | 66 | 12 | 0 | 25 | 277 | 63 | 72 |
| Binary | 1011100 | 10110101 | 11001010 | 110110 | 1010 | 0 | 10101 | 10111111 | 110011 | 111010 |
Color Harmonies of #5CB5CA
Complementary color
Monochromatic Colors of #5CB5CA
Black with #5CB5CA
Text Example
Text Example
White with #5CB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB5CA; }
p { color: rgb(92,181,202); }
H1.HeaderClassName
{
color: #5CB5CA;
}
.AnyTagClassName
{
color: #5CB5CA;
}
</style>
background-color css
<style>
a { background-color: #5CB5CA; }
a { background-color: rgb(92,181,202); }
div.DivClassName
{
background-color: #5CB5CA;
}
.BgClassName
{
background-color: #5CB5CA;
}
</style>
border-color css
<style>
span { border-color: #5CB5CA; }
span { border-color: rgb(92,181,202); }
td.TdClassName
{
border-color: #5CB5CA;
}
.TagClassName
{
border-color: #5CB5CA;
}
</style>