#8591AB

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

Shades of Ship Cove #8591AB

Tints of Ship Cove #8591AB

Color information

#8591AB (or 0x8591AB) is unknown color: approx Ship Cove. HEX triplet: 85, 91 and AB. RGB value is (133,145,171). Sum of RGB (Red+Green+Blue) = 133+145+171=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #8591AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8591AB is #7A6E54. Grayscale: #909090. Windows color (decimal): -8023637 or 11243909. OLE color: 11243909.

HSL color Cylindrical-coordinate representation of color #8591AB: hue angle of 221.05º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8591AB is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133145171-
CMYK0.220.1500.33
HSL221.05º18.45%59.61%-
HSV(B)221.05º22.22%67.06%-
XYZ27.1528.1842.54-
YUV144.38143.02119.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.62%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=29.62%
G=32.29%
B=38.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331451710.220.1500.33221.0518.4559.61
Hex8591AB16F021dd123c
Octal20522125326170413352274
Binary10000101100100011010101110110111101000011101110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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