Html Css Color HEX #85AFAE Ziggurat

📋 copy color: '#85AFAE'

red 133 ◦ green 175 ◦ blue 174

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

Shades of Ziggurat #85AFAE

Tints of Ziggurat #85AFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.31%

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

R = 27.59%
G = 36.31%
B = 36.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#85AFAE (or 0x85AFAE) is known color: Ziggurat. HEX triplet: 85, AF and AE. RGB value is (133,175,174). Sum of RGB (Red+Green+Blue) = 133+175+174=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #85AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AFAE is #7A5051. Grayscale: #A2A2A2. Windows color (decimal): -8015954 or 11448197. OLE color: 11448197.

HSL color Cylindrical-coordinate representation of color #85AFAE: hue angle of 178.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AFAE is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 175 174 -
CMYK 0.24 0 0.01 0.31
HSL 178.57º 0.21% 0.6% -
HSV(B) 178.57º 0.24% 0.69% -
XYZ 32.64 38.7 45.79 -
YUV 162.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 133 175 174 0.24 0 0.01 0.31 178.57 0.21 0.6
Hex 85 AF AE 18 0 1 1F B3 15 3C
Octal 205 257 256 30 0 1 37 263 25 74
Binary 10000101 10101111 10101110 11000 0 1 11111 10110011 10101 111100

Color Harmonies of #85AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFAE

Black with #85AFAE

Text Example


Text Example

White with #85AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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