#7593AA

Color #7593AA Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #7593AA

Tints of Bermuda Grey #7593AA

Color information

#7593AA (or 0x7593AA) is unknown color: approx Bermuda Grey. HEX triplet: 75, 93 and AA. RGB value is (117,147,170). Sum of RGB (Red+Green+Blue) = 117+147+170=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #7593AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7593AA is #8A6C55. Grayscale: #8C8C8C. Windows color (decimal): -9071702 or 11178869. OLE color: 11178869.

HSL color Cylindrical-coordinate representation of color #7593AA: hue angle of 206.04º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7593AA is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117147170-
CMYK0.310.1400.33
HSL206.04º23.77%56.27%-
HSV(B)206.04º31.18%66.67%-
XYZ25.0327.5542.03-
YUV140.65144.56111.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=26.96%
G=33.87%
B=39.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171471700.310.1400.33206.0423.7756.27
Hex7593AA1FE021ce1838
Octal16522325237160413163070
Binary1110101100100111010101011111111001000011100111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7593AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7593AA; }

 p { color: rgb(117,147,170); }

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

<style>
 a { background-color: #7593AA; }

 a { background-color: rgb(117,147,170); }

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

<style>
 span { border-color: #7593AA; }

 span { border-color: rgb(117,147,170); }

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