#8595AF

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

Shades of Ship Cove #8595AF

Tints of Ship Cove #8595AF

Color information

#8595AF (or 0x8595AF) is unknown color: approx Ship Cove. HEX triplet: 85, 95 and AF. RGB value is (133,149,175). Sum of RGB (Red+Green+Blue) = 133+149+175=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #8595AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8595AF is #7A6A50. Grayscale: #939393. Windows color (decimal): -8022609 or 11507077. OLE color: 11507077.

HSL color Cylindrical-coordinate representation of color #8595AF: hue angle of 217.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8595AF is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133149175-
CMYK0.240.1500.31
HSL217.14º20.79%60.39%-
HSV(B)217.14º24%68.63%-
XYZ28.1629.5844.78-
YUV147.18143.7117.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.10%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=29.10%
G=32.60%
B=38.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331491750.240.1500.31217.1420.7960.39
Hex8595AF18F01Fd9153c
Octal20522525730170373312574
Binary1000010110010101101011111100011110111111101100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8595AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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