Html Css Color HEX #84A5AF Ziggurat

📋 copy color: '#84A5AF'

red 132 ◦ green 165 ◦ blue 175

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

Shades of Ziggurat #84A5AF

Tints of Ziggurat #84A5AF

RGB

 RED value IS 132 (51.95% from 255) = 27.97%

 GREEN value IS 165 (64.84% from 255) = 34.96%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 27.97%
G = 34.96%
B = 37.08%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#84A5AF (or 0x84A5AF) is known color: Ziggurat. HEX triplet: 84, A5 and AF. RGB value is (132,165,175). Sum of RGB (Red+Green+Blue) = 132+165+175=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #84A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A5AF is #7B5A50. Grayscale: #9C9C9C. Windows color (decimal): -8084049 or 11511172. OLE color: 11511172.

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

Color convert

RGB 132 165 175 -
CMYK 0.25 0.06 0 0.31
HSL 193.95º 0.21% 0.6% -
HSV(B) 193.95º 0.25% 0.69% -
XYZ 30.71 34.91 45.68 -
YUV 156.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 132 165 175 0.25 0.06 0 0.31 193.95 0.21 0.6
Hex 84 A5 AF 19 6 0 1F C2 15 3C
Octal 204 245 257 31 6 0 37 302 25 74
Binary 10000100 10100101 10101111 11001 110 0 11111 11000010 10101 111100

Color Harmonies of #84A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A5AF

Black with #84A5AF

Text Example


Text Example

White with #84A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A5AF; }

 p { color: rgb(132,165,175); }

 H1.HeaderClassName
 {
   color: #84A5AF;
 }
 .AnyTagClassName
 {
   color: #84A5AF;
 }
</style>

background-color css

<style>
 a { background-color: #84A5AF; }

 a { background-color: rgb(132,165,175); }

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

border-color css

<style>
 span { border-color: #84A5AF; }

 span { border-color: rgb(132,165,175); }

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