#8595AE

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

Shades of Ship Cove #8595AE

Tints of Ship Cove #8595AE

Color information

#8595AE (or 0x8595AE) is unknown color: approx Ship Cove. HEX triplet: 85, 95 and AE. RGB value is (133,149,174). Sum of RGB (Red+Green+Blue) = 133+149+174=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #8595AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8595AE is #7A6A51. Grayscale: #929292. Windows color (decimal): -8022610 or 11441541. OLE color: 11441541.

HSL color Cylindrical-coordinate representation of color #8595AE: hue angle of 216.59º 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 #8595AE is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133149174-
CMYK0.240.1400.32
HSL216.59º20.2%60.2%-
HSV(B)216.59º23.56%68.24%-
XYZ28.0629.5444.27-
YUV147.07143.2117.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=29.17%
G=32.68%
B=38.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331491740.240.1400.32216.5920.260.2
Hex8595AE18E020d9143c
Octal20522525630160403312474
Binary10000101100101011010111011000111001000001101100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8595AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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