Shades of Viking #53B8CB
Tints of Viking #53B8CB
RGB
CMYK
RGB Variations
Color information
#53B8CB (or 0x53B8CB) is known color: Viking. HEX triplet: 53, B8 and CB. RGB value is (83,184,203). Sum of RGB (Red+Green+Blue) = 83+184+203=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #53B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B8CB is #AC4734. Grayscale: #9B9B9B. Windows color (decimal): -11290421 or 13350995. OLE color: 13350995.
HSL color Cylindrical-coordinate representation of color #53B8CB: hue angle of 189.5º 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 #53B8CB is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 184 | 203 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.20 |
| HSL | 189.5º | 0.54% | 0.56% | - |
| HSV(B) | 189.5º | 0.59% | 0.8% | - |
| XYZ | 31.49 | 40.43 | 62.64 | - |
| YUV | 155.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 203 | 0.59 | 0.09 | 0 | 0.20 | 189.5 | 0.54 | 0.56 |
| Hex | 53 | B8 | CB | 3B | 9 | 0 | 14 | BE | 36 | 38 |
| Octal | 123 | 270 | 313 | 73 | 11 | 0 | 24 | 276 | 66 | 70 |
| Binary | 1010011 | 10111000 | 11001011 | 111011 | 1001 | 0 | 10100 | 10111110 | 110110 | 111000 |
Color Harmonies of #53B8CB
Complementary color
Monochromatic Colors of #53B8CB
Black with #53B8CB
Text Example
Text Example
White with #53B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B8CB; }
p { color: rgb(83,184,203); }
H1.HeaderClassName
{
color: #53B8CB;
}
.AnyTagClassName
{
color: #53B8CB;
}
</style>
background-color css
<style>
a { background-color: #53B8CB; }
a { background-color: rgb(83,184,203); }
div.DivClassName
{
background-color: #53B8CB;
}
.BgClassName
{
background-color: #53B8CB;
}
</style>
border-color css
<style>
span { border-color: #53B8CB; }
span { border-color: rgb(83,184,203); }
td.TdClassName
{
border-color: #53B8CB;
}
.TagClassName
{
border-color: #53B8CB;
}
</style>