#85969C

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

Shades of Bali Hai #85969C

Tints of Bali Hai #85969C

Color information

#85969C (or 0x85969C) is unknown color: approx Bali Hai. HEX triplet: 85, 96 and 9C. RGB value is (133,150,156). Sum of RGB (Red+Green+Blue) = 133+150+156=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #85969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85969C is #7A6963. Grayscale: #919191. Windows color (decimal): -8022372 or 10262149. OLE color: 10262149.

HSL color Cylindrical-coordinate representation of color #85969C: hue angle of 195.65º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85969C is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133150156-
CMYK0.150.0400.39
HSL195.65º10.41%56.67%-
HSV(B)195.65º14.74%61.18%-
XYZ26.5829.235.69-
YUV145.6133.87119.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=30.30%
G=34.17%
B=35.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331501560.150.0400.39195.6510.4156.67
Hex85969CF4027c4a39
Octal2052262341740473041271
Binary10000101100101101001110011111000100111110001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85969C; }

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

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

<style>
 a { background-color: #85969C; }

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

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

<style>
 span { border-color: #85969C; }

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

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