Shades of Pelorous #32A5BB
Tints of Pelorous #32A5BB
RGB
CMYK
RGB Variations
Color information
#32A5BB (or 0x32A5BB) is known color: Pelorous. HEX triplet: 32, A5 and BB. RGB value is (50,165,187). Sum of RGB (Red+Green+Blue) = 50+165+187=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #32A5BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A5BB is #CD5A44. Grayscale: #848484. Windows color (decimal): -13457989 or 12297522. OLE color: 12297522.
HSL color Cylindrical-coordinate representation of color #32A5BB: hue angle of 189.64º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32A5BB is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 165 | 187 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.27 |
| HSL | 189.64º | 0.58% | 0.46% | - |
| HSV(B) | 189.64º | 0.73% | 0.73% | - |
| XYZ | 23.74 | 31.18 | 51.78 | - |
| YUV | 133.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 187 | 0.73 | 0.12 | 0 | 0.27 | 189.64 | 0.58 | 0.46 |
| Hex | 32 | A5 | BB | 49 | C | 0 | 1B | BE | 3A | 2E |
| Octal | 62 | 245 | 273 | 111 | 14 | 0 | 33 | 276 | 72 | 56 |
| Binary | 110010 | 10100101 | 10111011 | 1001001 | 1100 | 0 | 11011 | 10111110 | 111010 | 101110 |
Color Harmonies of #32A5BB
Complementary color
Monochromatic Colors of #32A5BB
Black with #32A5BB
Text Example
Text Example
White with #32A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A5BB; }
p { color: rgb(50,165,187); }
H1.HeaderClassName
{
color: #32A5BB;
}
.AnyTagClassName
{
color: #32A5BB;
}
</style>
background-color css
<style>
a { background-color: #32A5BB; }
a { background-color: rgb(50,165,187); }
div.DivClassName
{
background-color: #32A5BB;
}
.BgClassName
{
background-color: #32A5BB;
}
</style>
border-color css
<style>
span { border-color: #32A5BB; }
span { border-color: rgb(50,165,187); }
td.TdClassName
{
border-color: #32A5BB;
}
.TagClassName
{
border-color: #32A5BB;
}
</style>