Shades of Viking #52B8CB
Tints of Viking #52B8CB
RGB
CMYK
RGB Variations
Color information
#52B8CB (or 0x52B8CB) is known color: Viking. HEX triplet: 52, B8 and CB. RGB value is (82,184,203). Sum of RGB (Red+Green+Blue) = 82+184+203=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 184 (72.27% from 255 or 39.23% 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 #52B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B8CB is #AD4734. Grayscale: #9B9B9B. Windows color (decimal): -11355957 or 13350994. OLE color: 13350994.
HSL color Cylindrical-coordinate representation of color #52B8CB: hue angle of 189.42º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52B8CB is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 184 | 203 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.20 |
| HSL | 189.42º | 0.54% | 0.56% | - |
| HSV(B) | 189.42º | 0.6% | 0.8% | - |
| XYZ | 31.4 | 40.39 | 62.64 | - |
| YUV | 155.67 | 154.71 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 203 | 0.60 | 0.09 | 0 | 0.20 | 189.42 | 0.54 | 0.56 |
| Hex | 52 | B8 | CB | 3C | 9 | 0 | 14 | BD | 36 | 38 |
| Octal | 122 | 270 | 313 | 74 | 11 | 0 | 24 | 275 | 66 | 70 |
| Binary | 1010010 | 10111000 | 11001011 | 111100 | 1001 | 0 | 10100 | 10111101 | 110110 | 111000 |
Color Harmonies of #52B8CB
Complementary color
Monochromatic Colors of #52B8CB
Black with #52B8CB
Text Example
Text Example
White with #52B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B8CB; }
p { color: rgb(82,184,203); }
H1.HeaderClassName
{
color: #52B8CB;
}
.AnyTagClassName
{
color: #52B8CB;
}
</style>
background-color css
<style>
a { background-color: #52B8CB; }
a { background-color: rgb(82,184,203); }
div.DivClassName
{
background-color: #52B8CB;
}
.BgClassName
{
background-color: #52B8CB;
}
</style>
border-color css
<style>
span { border-color: #52B8CB; }
span { border-color: rgb(82,184,203); }
td.TdClassName
{
border-color: #52B8CB;
}
.TagClassName
{
border-color: #52B8CB;
}
</style>