#7592AF

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

Shades of Bermuda Grey #7592AF

Tints of Bermuda Grey #7592AF

Color information

#7592AF (or 0x7592AF) is unknown color: approx Bermuda Grey. HEX triplet: 75, 92 and AF. RGB value is (117,146,175). Sum of RGB (Red+Green+Blue) = 117+146+175=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #7592AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7592AF is #8A6D50. Grayscale: #8C8C8C. Windows color (decimal): -9071953 or 11506293. OLE color: 11506293.

HSL color Cylindrical-coordinate representation of color #7592AF: hue angle of 210º 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 #7592AF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117146175-
CMYK0.330.1700.31
HSL210º26.61%57.25%-
HSV(B)210º33.14%68.63%-
XYZ25.3527.4344.52-
YUV140.64147.39111.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=26.71%
G=33.33%
B=39.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171461750.330.1700.3121026.6157.25
Hex7592AF211101Fd21b39
Octal16522225741210373223371
Binary11101011001001010101111100001100010111111101001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7592AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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