Shades of Pelorous #32A6C5
Tints of Pelorous #32A6C5
RGB
CMYK
RGB Variations
Color information
#32A6C5 (or 0x32A6C5) is known color: Pelorous. HEX triplet: 32, A6 and C5. RGB value is (50,166,197). Sum of RGB (Red+Green+Blue) = 50+166+197=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 197 - color contains mainly: blue. Hex color #32A6C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A6C5 is #CD593A. Grayscale: #868686. Windows color (decimal): -13457723 or 12953138. OLE color: 12953138.
HSL color Cylindrical-coordinate representation of color #32A6C5: hue angle of 192.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32A6C5 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 166 | 197 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.23 |
| HSL | 192.65º | 0.6% | 0.48% | - |
| HSV(B) | 192.65º | 0.75% | 0.77% | - |
| XYZ | 25.03 | 31.98 | 57.68 | - |
| YUV | 134.85 | 163.07 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 166 | 197 | 0.75 | 0.16 | 0 | 0.23 | 192.65 | 0.6 | 0.48 |
| Hex | 32 | A6 | C5 | 4B | 10 | 0 | 17 | C1 | 3C | 30 |
| Octal | 62 | 246 | 305 | 113 | 20 | 0 | 27 | 301 | 74 | 60 |
| Binary | 110010 | 10100110 | 11000101 | 1001011 | 10000 | 0 | 10111 | 11000001 | 111100 | 110000 |
Color Harmonies of #32A6C5
Complementary color
Monochromatic Colors of #32A6C5
Black with #32A6C5
Text Example
Text Example
White with #32A6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A6C5; }
p { color: rgb(50,166,197); }
H1.HeaderClassName
{
color: #32A6C5;
}
.AnyTagClassName
{
color: #32A6C5;
}
</style>
background-color css
<style>
a { background-color: #32A6C5; }
a { background-color: rgb(50,166,197); }
div.DivClassName
{
background-color: #32A6C5;
}
.BgClassName
{
background-color: #32A6C5;
}
</style>
border-color css
<style>
span { border-color: #32A6C5; }
span { border-color: rgb(50,166,197); }
td.TdClassName
{
border-color: #32A6C5;
}
.TagClassName
{
border-color: #32A6C5;
}
</style>