Html Css Color HEX #85A2A4 Ziggurat

📋 copy color: '#85A2A4'

red 133 ◦ green 162 ◦ blue 164

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

Shades of Ziggurat #85A2A4

Tints of Ziggurat #85A2A4

RGB

 RED value IS 133 (52.34% from 255) = 28.98%

 GREEN value IS 162 (63.67% from 255) = 35.29%

 BLUE value IS 164 (64.45% from 255) = 35.73%

R = 28.98%
G = 35.29%
B = 35.73%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#85A2A4 (or 0x85A2A4) is known color: Ziggurat. HEX triplet: 85, A2 and A4. RGB value is (133,162,164). Sum of RGB (Red+Green+Blue) = 133+162+164=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 164 - color contains mainly: blue. Hex color #85A2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A2A4 is #7A5D5B. Grayscale: #999999. Windows color (decimal): -8019292 or 10789509. OLE color: 10789509.

HSL color Cylindrical-coordinate representation of color #85A2A4: hue angle of 183.87º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A2A4 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 164 -
CMYK 0.19 0.01 0 0.36
HSL 183.87º 0.15% 0.58% -
HSV(B) 183.87º 0.19% 0.64% -
XYZ 29.29 33.51 40.05 -
YUV 153.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 133 162 164 0.19 0.01 0 0.36 183.87 0.15 0.58
Hex 85 A2 A4 13 1 0 24 B8 F 3A
Octal 205 242 244 23 1 0 44 270 17 72
Binary 10000101 10100010 10100100 10011 1 0 100100 10111000 1111 111010

Color Harmonies of #85A2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A2A4

Black with #85A2A4

Text Example


Text Example

White with #85A2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,162,164); }

 H1.HeaderClassName
 {
   color: #85A2A4;
 }
 .AnyTagClassName
 {
   color: #85A2A4;
 }
</style>

background-color css

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

 a { background-color: rgb(133,162,164); }

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

border-color css

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

 span { border-color: rgb(133,162,164); }

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