Shades of Viking #5CAECB
Tints of Viking #5CAECB
RGB
CMYK
RGB Variations
Color information
#5CAECB (or 0x5CAECB) is known color: Viking. HEX triplet: 5C, AE and CB. RGB value is (92,174,203). Sum of RGB (Red+Green+Blue) = 92+174+203=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #5CAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAECB is #A35134. Grayscale: #989898. Windows color (decimal): -10703157 or 13348444. OLE color: 13348444.
HSL color Cylindrical-coordinate representation of color #5CAECB: hue angle of 195.68º 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 #5CAECB is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 174 | 203 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.20 |
| HSL | 195.68º | 0.52% | 0.58% | - |
| HSV(B) | 195.68º | 0.55% | 0.8% | - |
| XYZ | 30.33 | 36.86 | 62.02 | - |
| YUV | 152.79 | 156.33 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 203 | 0.55 | 0.14 | 0 | 0.20 | 195.68 | 0.52 | 0.58 |
| Hex | 5C | AE | CB | 37 | E | 0 | 14 | C4 | 34 | 3A |
| Octal | 134 | 256 | 313 | 67 | 16 | 0 | 24 | 304 | 64 | 72 |
| Binary | 1011100 | 10101110 | 11001011 | 110111 | 1110 | 0 | 10100 | 11000100 | 110100 | 111010 |
Color Harmonies of #5CAECB
Complementary color
Monochromatic Colors of #5CAECB
Black with #5CAECB
Text Example
Text Example
White with #5CAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAECB; }
p { color: rgb(92,174,203); }
H1.HeaderClassName
{
color: #5CAECB;
}
.AnyTagClassName
{
color: #5CAECB;
}
</style>
background-color css
<style>
a { background-color: #5CAECB; }
a { background-color: rgb(92,174,203); }
div.DivClassName
{
background-color: #5CAECB;
}
.BgClassName
{
background-color: #5CAECB;
}
</style>
border-color css
<style>
span { border-color: #5CAECB; }
span { border-color: rgb(92,174,203); }
td.TdClassName
{
border-color: #5CAECB;
}
.TagClassName
{
border-color: #5CAECB;
}
</style>