#8593AB

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

Shades of Ship Cove #8593AB

Tints of Ship Cove #8593AB

Color information

#8593AB (or 0x8593AB) is unknown color: approx Ship Cove. HEX triplet: 85, 93 and AB. RGB value is (133,147,171). Sum of RGB (Red+Green+Blue) = 133+147+171=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #8593AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8593AB is #7A6C54. Grayscale: #919191. Windows color (decimal): -8023125 or 11244421. OLE color: 11244421.

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

Color convert

RGB133147171-
CMYK0.220.1400.33
HSL217.89º18.45%59.61%-
HSV(B)217.89º22.22%67.06%-
XYZ27.4628.7942.64-
YUV145.55142.36119.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=29.49%
G=32.59%
B=37.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331471710.220.1400.33217.8918.4559.61
Hex8593AB16E021da123c
Octal20522325326160413322274
Binary10000101100100111010101110110111001000011101101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8593AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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