#8591AD

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

Shades of Ship Cove #8591AD

Tints of Ship Cove #8591AD

Color information

#8591AD (or 0x8591AD) is unknown color: approx Ship Cove. HEX triplet: 85, 91 and AD. RGB value is (133,145,173). Sum of RGB (Red+Green+Blue) = 133+145+173=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #8591AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8591AD is #7A6E52. Grayscale: #909090. Windows color (decimal): -8023635 or 11374981. OLE color: 11374981.

HSL color Cylindrical-coordinate representation of color #8591AD: hue angle of 222º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8591AD is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133145173-
CMYK0.230.1600.32
HSL222º19.61%60%-
HSV(B)222º23.12%67.84%-
XYZ27.3428.2543.55-
YUV144.6144.02119.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=29.49%
G=32.15%
B=38.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331451730.230.1600.3222219.6160
Hex8591AD1710020de143c
Octal20522125527200403362474
Binary100001011001000110101101101111000001000001101111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,145,173); }

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

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

 a { background-color: rgb(133,145,173); }

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

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

 span { border-color: rgb(133,145,173); }

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