#858EAB

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

Shades of Ship Cove #858EAB

Tints of Ship Cove #858EAB

Color information

#858EAB (or 0x858EAB) is unknown color: approx Ship Cove. HEX triplet: 85, 8E and AB. RGB value is (133,142,171). Sum of RGB (Red+Green+Blue) = 133+142+171=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #858EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858EAB is #7A7154. Grayscale: #8E8E8E. Windows color (decimal): -8024405 or 11243141. OLE color: 11243141.

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

Color convert

RGB133142171-
CMYK0.220.1700.33
HSL225.79º18.45%59.61%-
HSV(B)225.79º22.22%67.06%-
XYZ26.727.2742.39-
YUV142.62144.02121.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=29.82%
G=31.84%
B=38.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331421710.220.1700.33225.7918.4559.61
Hex858EAB1611021e2123c
Octal20521625326210413422274
Binary100001011000111010101011101101000101000011110001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858EAB; }

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

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

<style>
 a { background-color: #858EAB; }

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

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

<style>
 span { border-color: #858EAB; }

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

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