Shades of Ziggurat #89B6B5
Tints of Ziggurat #89B6B5
RGB
CMYK
RGB Variations
Color information
#89B6B5 (or 0x89B6B5) is known color: Ziggurat. HEX triplet: 89, B6 and B5. RGB value is (137,182,181). Sum of RGB (Red+Green+Blue) = 137+182+181=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #89B6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B6B5 is #76494A. Grayscale: #A8A8A8. Windows color (decimal): -7752011 or 11908745. OLE color: 11908745.
HSL color Cylindrical-coordinate representation of color #89B6B5: hue angle of 178.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89B6B5 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 182 | 181 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.29 |
| HSL | 178.67º | 0.24% | 0.63% | - |
| HSV(B) | 178.67º | 0.25% | 0.71% | - |
| XYZ | 35.38 | 42.11 | 49.98 | - |
| YUV | 168.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 182 | 181 | 0.25 | 0 | 0.01 | 0.29 | 178.67 | 0.24 | 0.63 |
| Hex | 89 | B6 | B5 | 19 | 0 | 1 | 1D | B3 | 18 | 3F |
| Octal | 211 | 266 | 265 | 31 | 0 | 1 | 35 | 263 | 30 | 77 |
| Binary | 10001001 | 10110110 | 10110101 | 11001 | 0 | 1 | 11101 | 10110011 | 11000 | 111111 |
Color Harmonies of #89B6B5
Complementary color
Monochromatic Colors of #89B6B5
Black with #89B6B5
Text Example
Text Example
White with #89B6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B6B5; }
p { color: rgb(137,182,181); }
H1.HeaderClassName
{
color: #89B6B5;
}
.AnyTagClassName
{
color: #89B6B5;
}
</style>
background-color css
<style>
a { background-color: #89B6B5; }
a { background-color: rgb(137,182,181); }
div.DivClassName
{
background-color: #89B6B5;
}
.BgClassName
{
background-color: #89B6B5;
}
</style>
border-color css
<style>
span { border-color: #89B6B5; }
span { border-color: rgb(137,182,181); }
td.TdClassName
{
border-color: #89B6B5;
}
.TagClassName
{
border-color: #89B6B5;
}
</style>