Shades of Viking #5CB0CB
Tints of Viking #5CB0CB
RGB
CMYK
RGB Variations
Color information
#5CB0CB (or 0x5CB0CB) is known color: Viking. HEX triplet: 5C, B0 and CB. RGB value is (92,176,203). Sum of RGB (Red+Green+Blue) = 92+176+203=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CB0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB0CB is #A34F34. Grayscale: #999999. Windows color (decimal): -10702645 or 13348956. OLE color: 13348956.
HSL color Cylindrical-coordinate representation of color #5CB0CB: hue angle of 194.59º 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 #5CB0CB is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 176 | 203 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.20 |
| HSL | 194.59º | 0.52% | 0.58% | - |
| HSV(B) | 194.59º | 0.55% | 0.8% | - |
| XYZ | 30.72 | 37.64 | 62.15 | - |
| YUV | 153.96 | 155.67 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 203 | 0.55 | 0.13 | 0 | 0.20 | 194.59 | 0.52 | 0.58 |
| Hex | 5C | B0 | CB | 37 | D | 0 | 14 | C3 | 34 | 3A |
| Octal | 134 | 260 | 313 | 67 | 15 | 0 | 24 | 303 | 64 | 72 |
| Binary | 1011100 | 10110000 | 11001011 | 110111 | 1101 | 0 | 10100 | 11000011 | 110100 | 111010 |
Color Harmonies of #5CB0CB
Complementary color
Monochromatic Colors of #5CB0CB
Black with #5CB0CB
Text Example
Text Example
White with #5CB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB0CB; }
p { color: rgb(92,176,203); }
H1.HeaderClassName
{
color: #5CB0CB;
}
.AnyTagClassName
{
color: #5CB0CB;
}
</style>
background-color css
<style>
a { background-color: #5CB0CB; }
a { background-color: rgb(92,176,203); }
div.DivClassName
{
background-color: #5CB0CB;
}
.BgClassName
{
background-color: #5CB0CB;
}
</style>
border-color css
<style>
span { border-color: #5CB0CB; }
span { border-color: rgb(92,176,203); }
td.TdClassName
{
border-color: #5CB0CB;
}
.TagClassName
{
border-color: #5CB0CB;
}
</style>