#7593AB

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

Shades of Bermuda Grey #7593AB

Tints of Bermuda Grey #7593AB

Color information

#7593AB (or 0x7593AB) is unknown color: approx Bermuda Grey. HEX triplet: 75, 93 and AB. RGB value is (117,147,171). Sum of RGB (Red+Green+Blue) = 117+147+171=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #7593AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7593AB is #8A6C54. Grayscale: #8C8C8C. Windows color (decimal): -9071701 or 11244405. OLE color: 11244405.

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

Color convert

RGB117147171-
CMYK0.320.1400.33
HSL206.67º24.32%56.47%-
HSV(B)206.67º31.58%67.06%-
XYZ25.1227.5942.53-
YUV140.77145.06111.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=26.90%
G=33.79%
B=39.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171471710.320.1400.33206.6724.3256.47
Hex7593AB20E021cf1838
Octal16522325340160413173070
Binary11101011001001110101011100000111001000011100111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7593AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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