Html Css Color HEX #85AAAD Ziggurat

📋 copy color: '#85AAAD'

red 133 ◦ green 170 ◦ blue 173

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

Shades of Ziggurat #85AAAD

Tints of Ziggurat #85AAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 27.94%
G = 35.71%
B = 36.34%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#85AAAD (or 0x85AAAD) is known color: Ziggurat. HEX triplet: 85, AA and AD. RGB value is (133,170,173). Sum of RGB (Red+Green+Blue) = 133+170+173=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #85AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AAAD is #7A5552. Grayscale: #9F9F9F. Windows color (decimal): -8017235 or 11381381. OLE color: 11381381.

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

Color convert

RGB 133 170 173 -
CMYK 0.23 0.02 0 0.32
HSL 184.5º 0.2% 0.6% -
HSV(B) 184.5º 0.23% 0.68% -
XYZ 31.59 36.75 44.96 -
YUV 159.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 133 170 173 0.23 0.02 0 0.32 184.5 0.2 0.6
Hex 85 AA AD 17 2 0 20 B8 14 3C
Octal 205 252 255 27 2 0 40 270 24 74
Binary 10000101 10101010 10101101 10111 10 0 100000 10111000 10100 111100

Color Harmonies of #85AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AAAD

Black with #85AAAD

Text Example


Text Example

White with #85AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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