Html Css Color HEX #85ADAE Ziggurat

📋 copy color: '#85ADAE'

red 133 ◦ green 173 ◦ blue 174

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

Shades of Ziggurat #85ADAE

Tints of Ziggurat #85ADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.04%

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

R = 27.71%
G = 36.04%
B = 36.25%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#85ADAE (or 0x85ADAE) is known color: Ziggurat. HEX triplet: 85, AD and AE. RGB value is (133,173,174). Sum of RGB (Red+Green+Blue) = 133+173+174=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #85ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ADAE is #7A5251. Grayscale: #A1A1A1. Windows color (decimal): -8016466 or 11447685. OLE color: 11447685.

HSL color Cylindrical-coordinate representation of color #85ADAE: hue angle of 181.46º 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 #85ADAE is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 173 174 -
CMYK 0.24 0.01 0 0.32
HSL 181.46º 0.2% 0.6% -
HSV(B) 181.46º 0.24% 0.68% -
XYZ 32.26 37.93 45.67 -
YUV 161.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 133 173 174 0.24 0.01 0 0.32 181.46 0.2 0.6
Hex 85 AD AE 18 1 0 20 B5 14 3C
Octal 205 255 256 30 1 0 40 265 24 74
Binary 10000101 10101101 10101110 11000 1 0 100000 10110101 10100 111100

Color Harmonies of #85ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADAE

Black with #85ADAE

Text Example


Text Example

White with #85ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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