Shades of Viking #5CBECC
Tints of Viking #5CBECC
RGB
CMYK
RGB Variations
Color information
#5CBECC (or 0x5CBECC) is known color: Viking. HEX triplet: 5C, BE and CC. RGB value is (92,190,204). Sum of RGB (Red+Green+Blue) = 92+190+204=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBECC is #A34133. Grayscale: #A2A2A2. Windows color (decimal): -10699060 or 13418076. OLE color: 13418076.
HSL color Cylindrical-coordinate representation of color #5CBECC: hue angle of 187.5º 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 #5CBECC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 190 | 204 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.2 |
| HSL | 187.5º | 0.52% | 0.58% | - |
| HSV(B) | 187.5º | 0.55% | 0.8% | - |
| XYZ | 33.73 | 43.46 | 63.74 | - |
| YUV | 162.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 204 | 0.55 | 0.07 | 0 | 0.2 | 187.5 | 0.52 | 0.58 |
| Hex | 5C | BE | CC | 37 | 7 | 0 | 14 | BC | 34 | 3A |
| Octal | 134 | 276 | 314 | 67 | 7 | 0 | 24 | 274 | 64 | 72 |
| Binary | 1011100 | 10111110 | 11001100 | 110111 | 111 | 0 | 10100 | 10111100 | 110100 | 111010 |
Color Harmonies of #5CBECC
Complementary color
Monochromatic Colors of #5CBECC
Black with #5CBECC
Text Example
Text Example
White with #5CBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBECC; }
p { color: rgb(92,190,204); }
H1.HeaderClassName
{
color: #5CBECC;
}
.AnyTagClassName
{
color: #5CBECC;
}
</style>
background-color css
<style>
a { background-color: #5CBECC; }
a { background-color: rgb(92,190,204); }
div.DivClassName
{
background-color: #5CBECC;
}
.BgClassName
{
background-color: #5CBECC;
}
</style>
border-color css
<style>
span { border-color: #5CBECC; }
span { border-color: rgb(92,190,204); }
td.TdClassName
{
border-color: #5CBECC;
}
.TagClassName
{
border-color: #5CBECC;
}
</style>