Shades of Viking #5CBBCB
Tints of Viking #5CBBCB
RGB
CMYK
RGB Variations
Color information
#5CBBCB (or 0x5CBBCB) is known color: Viking. HEX triplet: 5C, BB and CB. RGB value is (92,187,203). Sum of RGB (Red+Green+Blue) = 92+187+203=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CBBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBCB is #A34434. Grayscale: #A0A0A0. Windows color (decimal): -10699829 or 13351772. OLE color: 13351772.
HSL color Cylindrical-coordinate representation of color #5CBBCB: hue angle of 188.65º 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 #5CBBCB is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 187 | 203 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.20 |
| HSL | 188.65º | 0.52% | 0.58% | - |
| HSV(B) | 188.65º | 0.55% | 0.8% | - |
| XYZ | 32.96 | 42.13 | 62.89 | - |
| YUV | 160.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 187 | 203 | 0.55 | 0.08 | 0 | 0.20 | 188.65 | 0.52 | 0.58 |
| Hex | 5C | BB | CB | 37 | 8 | 0 | 14 | BD | 34 | 3A |
| Octal | 134 | 273 | 313 | 67 | 10 | 0 | 24 | 275 | 64 | 72 |
| Binary | 1011100 | 10111011 | 11001011 | 110111 | 1000 | 0 | 10100 | 10111101 | 110100 | 111010 |
Color Harmonies of #5CBBCB
Complementary color
Monochromatic Colors of #5CBBCB
Black with #5CBBCB
Text Example
Text Example
White with #5CBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBBCB; }
p { color: rgb(92,187,203); }
H1.HeaderClassName
{
color: #5CBBCB;
}
.AnyTagClassName
{
color: #5CBBCB;
}
</style>
background-color css
<style>
a { background-color: #5CBBCB; }
a { background-color: rgb(92,187,203); }
div.DivClassName
{
background-color: #5CBBCB;
}
.BgClassName
{
background-color: #5CBBCB;
}
</style>
border-color css
<style>
span { border-color: #5CBBCB; }
span { border-color: rgb(92,187,203); }
td.TdClassName
{
border-color: #5CBBCB;
}
.TagClassName
{
border-color: #5CBBCB;
}
</style>