Shades of Viking #53B9CB
Tints of Viking #53B9CB
RGB
CMYK
RGB Variations
Color information
#53B9CB (or 0x53B9CB) is known color: Viking. HEX triplet: 53, B9 and CB. RGB value is (83,185,203). Sum of RGB (Red+Green+Blue) = 83+185+203=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #53B9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B9CB is #AC4634. Grayscale: #9C9C9C. Windows color (decimal): -11290165 or 13351251. OLE color: 13351251.
HSL color Cylindrical-coordinate representation of color #53B9CB: hue angle of 189º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53B9CB is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 185 | 203 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.20 |
| HSL | 189º | 0.54% | 0.56% | - |
| HSV(B) | 189º | 0.59% | 0.8% | - |
| XYZ | 31.7 | 40.85 | 62.71 | - |
| YUV | 156.55 | 154.21 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 203 | 0.59 | 0.09 | 0 | 0.20 | 189 | 0.54 | 0.56 |
| Hex | 53 | B9 | CB | 3B | 9 | 0 | 14 | BD | 36 | 38 |
| Octal | 123 | 271 | 313 | 73 | 11 | 0 | 24 | 275 | 66 | 70 |
| Binary | 1010011 | 10111001 | 11001011 | 111011 | 1001 | 0 | 10100 | 10111101 | 110110 | 111000 |
Color Harmonies of #53B9CB
Complementary color
Monochromatic Colors of #53B9CB
Black with #53B9CB
Text Example
Text Example
White with #53B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B9CB; }
p { color: rgb(83,185,203); }
H1.HeaderClassName
{
color: #53B9CB;
}
.AnyTagClassName
{
color: #53B9CB;
}
</style>
background-color css
<style>
a { background-color: #53B9CB; }
a { background-color: rgb(83,185,203); }
div.DivClassName
{
background-color: #53B9CB;
}
.BgClassName
{
background-color: #53B9CB;
}
</style>
border-color css
<style>
span { border-color: #53B9CB; }
span { border-color: rgb(83,185,203); }
td.TdClassName
{
border-color: #53B9CB;
}
.TagClassName
{
border-color: #53B9CB;
}
</style>