Html Css Color HEX #85ADAB Ziggurat

📋 copy color: '#85ADAB'

red 133 ◦ green 173 ◦ blue 171

#85ADAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #85ADAB

Tints of Ziggurat #85ADAB

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 value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#85ADAB (or 0x85ADAB) is known color: 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

RGB 133 173 171 -
CMYK 0.23 0 0.01 0.32
HSL 177º 0.2% 0.6% -
HSV(B) 177º 0.23% 0.68% -
XYZ 31.97 37.81 44.14 -
YUV 160.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 133 173 171 0.23 0 0.01 0.32 177 0.2 0.6
Hex 85 AD AB 17 0 1 20 B1 14 3C
Octal 205 255 253 27 0 1 40 261 24 74
Binary 10000101 10101101 10101011 10111 0 1 100000 10110001 10100 111100

Color Harmonies of #85ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADAB

Black with #85ADAB

Text Example


Text Example

White with #85ADAB

Text Example


Text Example

HTML Codes & Css Web 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>