#7585AA

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

Shades of Ship Cove #7585AA

Tints of Ship Cove #7585AA

Color information

#7585AA (or 0x7585AA) is unknown color: approx Ship Cove. HEX triplet: 75, 85 and AA. RGB value is (117,133,170). Sum of RGB (Red+Green+Blue) = 117+133+170=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #7585AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7585AA is #8A7A55. Grayscale: #848484. Windows color (decimal): -9075286 or 11175285. OLE color: 11175285.

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

Color convert

RGB117133170-
CMYK0.310.2200.33
HSL221.89º23.77%56.27%-
HSV(B)221.89º31.18%66.67%-
XYZ22.9823.4641.35-
YUV132.43149.2116.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=27.86%
G=31.67%
B=40.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171331700.310.2200.33221.8923.7756.27
Hex7585AA1F16021de1838
Octal16520525237260413363070
Binary11101011000010110101010111111011001000011101111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7585AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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