Shades of Viking #53ACCB
Tints of Viking #53ACCB
RGB
CMYK
RGB Variations
Color information
#53ACCB (or 0x53ACCB) is known color: Viking. HEX triplet: 53, AC and CB. RGB value is (83,172,203). Sum of RGB (Red+Green+Blue) = 83+172+203=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #53ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACCB is #AC5334. Grayscale: #949494. Windows color (decimal): -11293493 or 13347923. OLE color: 13347923.
HSL color Cylindrical-coordinate representation of color #53ACCB: hue angle of 195.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 #53ACCB is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 172 | 203 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.20 |
| HSL | 195.5º | 0.54% | 0.56% | - |
| HSV(B) | 195.5º | 0.59% | 0.8% | - |
| XYZ | 29.1 | 35.66 | 61.85 | - |
| YUV | 148.92 | 158.51 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 203 | 0.59 | 0.15 | 0 | 0.20 | 195.5 | 0.54 | 0.56 |
| Hex | 53 | AC | CB | 3B | F | 0 | 14 | C4 | 36 | 38 |
| Octal | 123 | 254 | 313 | 73 | 17 | 0 | 24 | 304 | 66 | 70 |
| Binary | 1010011 | 10101100 | 11001011 | 111011 | 1111 | 0 | 10100 | 11000100 | 110110 | 111000 |
Color Harmonies of #53ACCB
Complementary color
Monochromatic Colors of #53ACCB
Black with #53ACCB
Text Example
Text Example
White with #53ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ACCB; }
p { color: rgb(83,172,203); }
H1.HeaderClassName
{
color: #53ACCB;
}
.AnyTagClassName
{
color: #53ACCB;
}
</style>
background-color css
<style>
a { background-color: #53ACCB; }
a { background-color: rgb(83,172,203); }
div.DivClassName
{
background-color: #53ACCB;
}
.BgClassName
{
background-color: #53ACCB;
}
</style>
border-color css
<style>
span { border-color: #53ACCB; }
span { border-color: rgb(83,172,203); }
td.TdClassName
{
border-color: #53ACCB;
}
.TagClassName
{
border-color: #53ACCB;
}
</style>