#759AA5

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

Shades of Bali Hai #759AA5

Tints of Bali Hai #759AA5

Color information

#759AA5 (or 0x759AA5) is unknown color: approx Bali Hai. HEX triplet: 75, 9A and A5. RGB value is (117,154,165). Sum of RGB (Red+Green+Blue) = 117+154+165=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 165 - color contains mainly: blue. Hex color #759AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AA5 is #8A655A. Grayscale: #909090. Windows color (decimal): -9069915 or 10852981. OLE color: 10852981.

HSL color Cylindrical-coordinate representation of color #759AA5: hue angle of 193.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #759AA5 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117154165-
CMYK0.290.0700.35
HSL193.75º21.05%55.29%-
HSV(B)193.75º29.09%64.71%-
XYZ25.6829.6139.96-
YUV144.19139.74108.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=26.83%
G=35.32%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171541650.290.0700.35193.7521.0555.29
Hex759AA51D7023c21537
Octal1652322453570433022567
Binary111010110011010101001011110111101000111100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759AA5; }

 p { color: rgb(117,154,165); }

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

<style>
 a { background-color: #759AA5; }

 a { background-color: rgb(117,154,165); }

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

<style>
 span { border-color: #759AA5; }

 span { border-color: rgb(117,154,165); }

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