#859EA4

Color #859EA4 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #859EA4

Tints of Ziggurat #859EA4

Color information

#859EA4 (or 0x859EA4) is unknown color: approx Ziggurat. HEX triplet: 85, 9E and A4. RGB value is (133,158,164). Sum of RGB (Red+Green+Blue) = 133+158+164=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 164 - color contains mainly: blue. Hex color #859EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EA4 is #7A615B. Grayscale: #979797. Windows color (decimal): -8020316 or 10788485. OLE color: 10788485.

HSL color Cylindrical-coordinate representation of color #859EA4: hue angle of 191.61º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859EA4 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB133158164-
CMYK0.190.0400.36
HSL191.61º14.55%58.24%-
HSV(B)191.61º18.9%64.31%-
XYZ28.632.1239.81-
YUV151.21135.22115.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 164 (64.45% from 255) = 36.04%
R=29.23%
G=34.73%
B=36.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331581640.190.0400.36191.6114.5558.24
Hex859EA4134024c0f3a
Octal2052362442340443001772
Binary100001011001111010100100100111000100100110000001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859EA4; }

 p { color: rgb(133,158,164); }

 H1.HeaderClassName
 {
   color: #859EA4;
 }
 .AnyTagClassName
 {
   color: #859EA4;
 }
</style>
background-color css

<style>
 a { background-color: #859EA4; }

 a { background-color: rgb(133,158,164); }

 div.DivClassName
 {
   background-color: #859EA4;
 }
 .BgClassName
 {
   background-color: #859EA4;
 }
</style>
border-color css

<style>
 span { border-color: #859EA4; }

 span { border-color: rgb(133,158,164); }

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