Html Css Color HEX #85A6AA Ziggurat

📋 copy color: '#85A6AA'

red 133 ◦ green 166 ◦ blue 170

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

Shades of Ziggurat #85A6AA

Tints of Ziggurat #85A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 28.36%
G = 35.39%
B = 36.25%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#85A6AA (or 0x85A6AA) is known color: Ziggurat. HEX triplet: 85, A6 and AA. RGB value is (133,166,170). Sum of RGB (Red+Green+Blue) = 133+166+170=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #85A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A6AA is #7A5955. Grayscale: #9C9C9C. Windows color (decimal): -8018262 or 11183749. OLE color: 11183749.

HSL color Cylindrical-coordinate representation of color #85A6AA: hue angle of 186.49º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85A6AA is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 166 170 -
CMYK 0.22 0.02 0 0.33
HSL 186.49º 0.18% 0.59% -
HSV(B) 186.49º 0.22% 0.67% -
XYZ 30.56 35.16 43.21 -
YUV 156.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 133 166 170 0.22 0.02 0 0.33 186.49 0.18 0.59
Hex 85 A6 AA 16 2 0 21 BA 12 3B
Octal 205 246 252 26 2 0 41 272 22 73
Binary 10000101 10100110 10101010 10110 10 0 100001 10111010 10010 111011

Color Harmonies of #85A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A6AA

Black with #85A6AA

Text Example


Text Example

White with #85A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,166,170); }

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

background-color css

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

 a { background-color: rgb(133,166,170); }

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

border-color css

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

 span { border-color: rgb(133,166,170); }

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