#7591AF

Color #7591AF Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7591AF

Tints of Ship Cove #7591AF

Color information

#7591AF (or 0x7591AF) is unknown color: approx Ship Cove. HEX triplet: 75, 91 and AF. RGB value is (117,145,175). Sum of RGB (Red+Green+Blue) = 117+145+175=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #7591AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7591AF is #8A6E50. Grayscale: #8B8B8B. Windows color (decimal): -9072209 or 11506037. OLE color: 11506037.

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

Color convert

RGB117145175-
CMYK0.330.1700.31
HSL211.03º26.61%57.25%-
HSV(B)211.03º33.14%68.63%-
XYZ25.227.1344.47-
YUV140.05147.72111.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=26.77%
G=33.18%
B=40.05%

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
Decimal1171451750.330.1700.31211.0326.6157.25
Hex7591AF211101Fd31b39
Octal16522125741210373233371
Binary11101011001000110101111100001100010111111101001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7591AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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