Shades of Viking #5CBECB
Tints of Viking #5CBECB
RGB
CMYK
RGB Variations
Color information
#5CBECB (or 0x5CBECB) is known color: Viking. HEX triplet: 5C, BE and CB. RGB value is (92,190,203). Sum of RGB (Red+Green+Blue) = 92+190+203=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CBECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBECB is #A34134. Grayscale: #A2A2A2. Windows color (decimal): -10699061 or 13352540. OLE color: 13352540.
HSL color Cylindrical-coordinate representation of color #5CBECB: hue angle of 187.03º 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 #5CBECB is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 190 | 203 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.20 |
| HSL | 187.03º | 0.52% | 0.58% | - |
| HSV(B) | 187.03º | 0.55% | 0.8% | - |
| XYZ | 33.61 | 43.41 | 63.11 | - |
| YUV | 162.18 | 151.03 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 203 | 0.55 | 0.06 | 0 | 0.20 | 187.03 | 0.52 | 0.58 |
| Hex | 5C | BE | CB | 37 | 6 | 0 | 14 | BB | 34 | 3A |
| Octal | 134 | 276 | 313 | 67 | 6 | 0 | 24 | 273 | 64 | 72 |
| Binary | 1011100 | 10111110 | 11001011 | 110111 | 110 | 0 | 10100 | 10111011 | 110100 | 111010 |
Color Harmonies of #5CBECB
Complementary color
Monochromatic Colors of #5CBECB
Black with #5CBECB
Text Example
Text Example
White with #5CBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBECB; }
p { color: rgb(92,190,203); }
H1.HeaderClassName
{
color: #5CBECB;
}
.AnyTagClassName
{
color: #5CBECB;
}
</style>
background-color css
<style>
a { background-color: #5CBECB; }
a { background-color: rgb(92,190,203); }
div.DivClassName
{
background-color: #5CBECB;
}
.BgClassName
{
background-color: #5CBECB;
}
</style>
border-color css
<style>
span { border-color: #5CBECB; }
span { border-color: rgb(92,190,203); }
td.TdClassName
{
border-color: #5CBECB;
}
.TagClassName
{
border-color: #5CBECB;
}
</style>