#859CAB

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

Shades of Bali Hai #859CAB

Tints of Bali Hai #859CAB

Color information

#859CAB (or 0x859CAB) is unknown color: approx Bali Hai. HEX triplet: 85, 9C and AB. RGB value is (133,156,171). Sum of RGB (Red+Green+Blue) = 133+156+171=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #859CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859CAB is #7A6354. Grayscale: #969696. Windows color (decimal): -8020821 or 11246725. OLE color: 11246725.

HSL color Cylindrical-coordinate representation of color #859CAB: hue angle of 203.68º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859CAB is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133156171-
CMYK0.220.0900.33
HSL203.68º18.45%59.61%-
HSV(B)203.68º22.22%67.06%-
XYZ28.9131.743.12-
YUV150.83139.38115.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=28.91%
G=33.91%
B=37.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331561710.220.0900.33203.6818.4559.61
Hex859CAB169021cc123c
Octal20523425326110413142274
Binary10000101100111001010101110110100101000011100110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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