#85ADAB

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

Shades of Ziggurat #85ADAB

Tints of Ziggurat #85ADAB

Color information

#85ADAB (or 0x85ADAB) is unknown color: approx Ziggurat. HEX triplet: 85, AD and AB. RGB value is (133,173,171). Sum of RGB (Red+Green+Blue) = 133+173+171=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #85ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ADAB is #7A5254. Grayscale: #A0A0A0. Windows color (decimal): -8016469 or 11251077. OLE color: 11251077.

HSL color Cylindrical-coordinate representation of color #85ADAB: hue angle of 177º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85ADAB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB133173171-
CMYK0.2300.010.32
HSL177º19.61%60%-
HSV(B)177º23.12%67.84%-
XYZ31.9737.8144.14-
YUV160.81133.75108.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=27.88%
G=36.27%
B=35.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331731710.2300.010.3217719.6160
Hex85ADAB170120b1143c
Octal2052552532701402612474
Binary10000101101011011010101110111011000001011000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85ADAB; }

 p { color: rgb(133,173,171); }

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

<style>
 a { background-color: #85ADAB; }

 a { background-color: rgb(133,173,171); }

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

<style>
 span { border-color: #85ADAB; }

 span { border-color: rgb(133,173,171); }

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