#7596AF

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

Shades of Bali Hai #7596AF

Tints of Bali Hai #7596AF

Color information

#7596AF (or 0x7596AF) is unknown color: approx Bali Hai. HEX triplet: 75, 96 and AF. RGB value is (117,150,175). Sum of RGB (Red+Green+Blue) = 117+150+175=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #7596AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7596AF is #8A6950. Grayscale: #8E8E8E. Windows color (decimal): -9070929 or 11507317. OLE color: 11507317.

HSL color Cylindrical-coordinate representation of color #7596AF: hue angle of 205.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7596AF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117150175-
CMYK0.330.1400.31
HSL205.86º26.61%57.25%-
HSV(B)205.86º33.14%68.63%-
XYZ25.9828.6944.73-
YUV142.98146.07109.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=26.47%
G=33.94%
B=39.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171501750.330.1400.31205.8626.6157.25
Hex7596AF21E01Fce1b39
Octal16522625741160373163371
Binary1110101100101101010111110000111100111111100111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7596AF; }

 p { color: rgb(117,150,175); }

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

<style>
 a { background-color: #7596AF; }

 a { background-color: rgb(117,150,175); }

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

<style>
 span { border-color: #7596AF; }

 span { border-color: rgb(117,150,175); }

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