Shades of Cadet Blue #53A5A3
Tints of Cadet Blue #53A5A3
RGB
CMYK
RGB Variations
Color information
#53A5A3 (or 0x53A5A3) is known color: Cadet Blue. HEX triplet: 53, A5 and A3. RGB value is (83,165,163). Sum of RGB (Red+Green+Blue) = 83+165+163=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #53A5A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A5A3 is #AC5A5C. Grayscale: #8C8C8C. Windows color (decimal): -11295325 or 10724691. OLE color: 10724691.
HSL color Cylindrical-coordinate representation of color #53A5A3: hue angle of 178.54º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A5A3 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 165 | 163 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.35 |
| HSL | 178.54º | 0.33% | 0.49% | - |
| HSV(B) | 178.54º | 0.5% | 0.65% | - |
| XYZ | 23.63 | 31.39 | 39.46 | - |
| YUV | 140.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 163 | 0.50 | 0 | 0.01 | 0.35 | 178.54 | 0.33 | 0.49 |
| Hex | 53 | A5 | A3 | 32 | 0 | 1 | 23 | B3 | 21 | 31 |
| Octal | 123 | 245 | 243 | 62 | 0 | 1 | 43 | 263 | 41 | 61 |
| Binary | 1010011 | 10100101 | 10100011 | 110010 | 0 | 1 | 100011 | 10110011 | 100001 | 110001 |
Color Harmonies of #53A5A3
Complementary color
Monochromatic Colors of #53A5A3
Black with #53A5A3
Text Example
Text Example
White with #53A5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A5A3; }
p { color: rgb(83,165,163); }
H1.HeaderClassName
{
color: #53A5A3;
}
.AnyTagClassName
{
color: #53A5A3;
}
</style>
background-color css
<style>
a { background-color: #53A5A3; }
a { background-color: rgb(83,165,163); }
div.DivClassName
{
background-color: #53A5A3;
}
.BgClassName
{
background-color: #53A5A3;
}
</style>
border-color css
<style>
span { border-color: #53A5A3; }
span { border-color: rgb(83,165,163); }
td.TdClassName
{
border-color: #53A5A3;
}
.TagClassName
{
border-color: #53A5A3;
}
</style>