#8591AE

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

Shades of Ship Cove #8591AE

Tints of Ship Cove #8591AE

Color information

#8591AE (or 0x8591AE) is unknown color: approx Ship Cove. HEX triplet: 85, 91 and AE. RGB value is (133,145,174). Sum of RGB (Red+Green+Blue) = 133+145+174=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #8591AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8591AE is #7A6E51. Grayscale: #909090. Windows color (decimal): -8023634 or 11440517. OLE color: 11440517.

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

Color convert

RGB133145174-
CMYK0.240.1700.32
HSL222.44º20.2%60.2%-
HSV(B)222.44º23.56%68.24%-
XYZ27.4428.2944.06-
YUV144.72144.52119.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=29.42%
G=32.08%
B=38.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331451740.240.1700.32222.4420.260.2
Hex8591AE1811020de143c
Octal20522125630210403362474
Binary100001011001000110101110110001000101000001101111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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