Shades of Atoll #328585
Tints of Atoll #328585
RGB
CMYK
RGB Variations
Color information
#328585 (or 0x328585) is known color: Atoll. HEX triplet: 32, 85 and 85. RGB value is (50,133,133). Sum of RGB (Red+Green+Blue) = 50+133+133=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #328585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328585 is #CD7A7A. Grayscale: #6C6C6C. Windows color (decimal): -13466235 or 8750386. OLE color: 8750386.
HSL color Cylindrical-coordinate representation of color #328585: hue angle of 180º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328585 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 133 | - |
| CMYK | 0.62 | 0 | 0 | 0.48 |
| HSL | 180º | 0.45% | 0.36% | - |
| HSV(B) | 180º | 0.62% | 0.52% | - |
| XYZ | 13.94 | 19.15 | 25.15 | - |
| YUV | 108.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 133 | 0.62 | 0 | 0 | 0.48 | 180 | 0.45 | 0.36 |
| Hex | 32 | 85 | 85 | 3E | 0 | 0 | 30 | B4 | 2D | 24 |
| Octal | 62 | 205 | 205 | 76 | 0 | 0 | 60 | 264 | 55 | 44 |
| Binary | 110010 | 10000101 | 10000101 | 111110 | 0 | 0 | 110000 | 10110100 | 101101 | 100100 |
Color Harmonies of #328585
Complementary color
Monochromatic Colors of #328585
Black with #328585
Text Example
Text Example
White with #328585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328585; }
p { color: rgb(50,133,133); }
H1.HeaderClassName
{
color: #328585;
}
.AnyTagClassName
{
color: #328585;
}
</style>
background-color css
<style>
a { background-color: #328585; }
a { background-color: rgb(50,133,133); }
div.DivClassName
{
background-color: #328585;
}
.BgClassName
{
background-color: #328585;
}
</style>
border-color css
<style>
span { border-color: #328585; }
span { border-color: rgb(50,133,133); }
td.TdClassName
{
border-color: #328585;
}
.TagClassName
{
border-color: #328585;
}
</style>