#89B5B3

Color #89B5B3 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #89B5B3

Tints of Ziggurat #89B5B3

Color information

#89B5B3 (or 0x89B5B3) is unknown color: approx Ziggurat. HEX triplet: 89, B5 and B3. RGB value is (137,181,179). Sum of RGB (Red+Green+Blue) = 137+181+179=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #89B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5B3 is #764A4C. Grayscale: #A7A7A7. Windows color (decimal): -7752269 or 11777417. OLE color: 11777417.

HSL color Cylindrical-coordinate representation of color #89B5B3: hue angle of 177.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89B5B3 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB137181179-
CMYK0.2400.010.29
HSL177.27º22.92%62.35%-
HSV(B)177.27º24.31%70.98%-
XYZ34.9841.6248.84-
YUV167.62134.42106.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 27.57%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 179 (70.31% from 255) = 36.02%
R=27.57%
G=36.42%
B=36.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371811790.2400.010.29177.2722.9262.35
Hex89B5B318011Db1173e
Octal2112652633001352612776
Binary1000100110110101101100111100001111011011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89B5B3; }

 p { color: rgb(137,181,179); }

 H1.HeaderClassName
 {
   color: #89B5B3;
 }
 .AnyTagClassName
 {
   color: #89B5B3;
 }
</style>
background-color css

<style>
 a { background-color: #89B5B3; }

 a { background-color: rgb(137,181,179); }

 div.DivClassName
 {
   background-color: #89B5B3;
 }
 .BgClassName
 {
   background-color: #89B5B3;
 }
</style>
border-color css

<style>
 span { border-color: #89B5B3; }

 span { border-color: rgb(137,181,179); }

 td.TdClassName
 {
   border-color: #89B5B3;
 }
 .TagClassName
 {
   border-color: #89B5B3;
 }
</style>