#7584AD

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

Shades of Ship Cove #7584AD

Tints of Ship Cove #7584AD

Color information

#7584AD (or 0x7584AD) is unknown color: approx Ship Cove. HEX triplet: 75, 84 and AD. RGB value is (117,132,173). Sum of RGB (Red+Green+Blue) = 117+132+173=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #7584AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7584AD is #8A7B52. Grayscale: #848484. Windows color (decimal): -9075539 or 11371637. OLE color: 11371637.

HSL color Cylindrical-coordinate representation of color #7584AD: hue angle of 223.93º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7584AD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117132173-
CMYK0.320.2400.32
HSL223.93º25.45%56.86%-
HSV(B)223.93º32.37%67.84%-
XYZ23.1323.342.81-
YUV132.19151.03117.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=27.73%
G=31.28%
B=41.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171321730.320.2400.32223.9325.4556.86
Hex7584AD2018020e01939
Octal16520425540300403403171
Binary111010110000100101011011000001100001000001110000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7584AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7584AD; }

 p { color: rgb(117,132,173); }

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

<style>
 a { background-color: #7584AD; }

 a { background-color: rgb(117,132,173); }

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

<style>
 span { border-color: #7584AD; }

 span { border-color: rgb(117,132,173); }

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