#8590AB

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

Shades of Ship Cove #8590AB

Tints of Ship Cove #8590AB

Color information

#8590AB (or 0x8590AB) is unknown color: approx Ship Cove. HEX triplet: 85, 90 and AB. RGB value is (133,144,171). Sum of RGB (Red+Green+Blue) = 133+144+171=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #8590AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8590AB is #7A6F54. Grayscale: #8F8F8F. Windows color (decimal): -8023893 or 11243653. OLE color: 11243653.

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

Color convert

RGB133144171-
CMYK0.220.1600.33
HSL222.63º18.45%59.61%-
HSV(B)222.63º22.22%67.06%-
XYZ2727.8742.49-
YUV143.79143.36120.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=29.69%
G=32.14%
B=38.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331441710.220.1600.33222.6318.4559.61
Hex8590AB1610021df123c
Octal20522025326200413372274
Binary100001011001000010101011101101000001000011101111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8590AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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