Shades of Pelorous #32A5AD
Tints of Pelorous #32A5AD
RGB
CMYK
RGB Variations
Color information
#32A5AD (or 0x32A5AD) is known color: Pelorous. HEX triplet: 32, A5 and AD. RGB value is (50,165,173). Sum of RGB (Red+Green+Blue) = 50+165+173=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #32A5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A5AD is #CD5A52. Grayscale: #838383. Windows color (decimal): -13458003 or 11380018. OLE color: 11380018.
HSL color Cylindrical-coordinate representation of color #32A5AD: hue angle of 183.9º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32A5AD is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 165 | 173 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.32 |
| HSL | 183.9º | 0.55% | 0.44% | - |
| HSV(B) | 183.9º | 0.71% | 0.68% | - |
| XYZ | 22.31 | 30.61 | 44.27 | - |
| YUV | 131.53 | 151.4 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 173 | 0.71 | 0.05 | 0 | 0.32 | 183.9 | 0.55 | 0.44 |
| Hex | 32 | A5 | AD | 47 | 5 | 0 | 20 | B8 | 37 | 2C |
| Octal | 62 | 245 | 255 | 107 | 5 | 0 | 40 | 270 | 67 | 54 |
| Binary | 110010 | 10100101 | 10101101 | 1000111 | 101 | 0 | 100000 | 10111000 | 110111 | 101100 |
Color Harmonies of #32A5AD
Complementary color
Monochromatic Colors of #32A5AD
Black with #32A5AD
Text Example
Text Example
White with #32A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A5AD; }
p { color: rgb(50,165,173); }
H1.HeaderClassName
{
color: #32A5AD;
}
.AnyTagClassName
{
color: #32A5AD;
}
</style>
background-color css
<style>
a { background-color: #32A5AD; }
a { background-color: rgb(50,165,173); }
div.DivClassName
{
background-color: #32A5AD;
}
.BgClassName
{
background-color: #32A5AD;
}
</style>
border-color css
<style>
span { border-color: #32A5AD; }
span { border-color: rgb(50,165,173); }
td.TdClassName
{
border-color: #32A5AD;
}
.TagClassName
{
border-color: #32A5AD;
}
</style>