#859CA4

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

Shades of Bali Hai #859CA4

Tints of Bali Hai #859CA4

Color information

#859CA4 (or 0x859CA4) is unknown color: approx Bali Hai. HEX triplet: 85, 9C and A4. RGB value is (133,156,164). Sum of RGB (Red+Green+Blue) = 133+156+164=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #859CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859CA4 is #7A635B. Grayscale: #959595. Windows color (decimal): -8020828 or 10787973. OLE color: 10787973.

HSL color Cylindrical-coordinate representation of color #859CA4: hue angle of 195.48º 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 #859CA4 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB133156164-
CMYK0.190.0500.36
HSL195.48º14.55%58.24%-
HSV(B)195.48º18.9%64.31%-
XYZ28.2631.4439.7-
YUV150.04135.88115.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=29.36%
G=34.44%
B=36.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331561640.190.0500.36195.4814.5558.24
Hex859CA4135024c3f3a
Octal2052342442350443031772
Binary100001011001110010100100100111010100100110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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