Html Css Color HEX #85A6AE Ziggurat

📋 copy color: '#85A6AE'

red 133 ◦ green 166 ◦ blue 174

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

Shades of Ziggurat #85A6AE

Tints of Ziggurat #85A6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 28.12%
G = 35.1%
B = 36.79%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#85A6AE (or 0x85A6AE) is known color: Ziggurat. HEX triplet: 85, A6 and AE. RGB value is (133,166,174). Sum of RGB (Red+Green+Blue) = 133+166+174=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #85A6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A6AE is #7A5951. Grayscale: #9C9C9C. Windows color (decimal): -8018258 or 11445893. OLE color: 11445893.

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

Color convert

RGB 133 166 174 -
CMYK 0.24 0.05 0 0.32
HSL 191.71º 0.2% 0.6% -
HSV(B) 191.71º 0.24% 0.68% -
XYZ 30.95 35.31 45.23 -
YUV 157.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 133 166 174 0.24 0.05 0 0.32 191.71 0.2 0.6
Hex 85 A6 AE 18 5 0 20 C0 14 3C
Octal 205 246 256 30 5 0 40 300 24 74
Binary 10000101 10100110 10101110 11000 101 0 100000 11000000 10100 111100

Color Harmonies of #85A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A6AE

Black with #85A6AE

Text Example


Text Example

White with #85A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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