#858FAC

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

Shades of Ship Cove #858FAC

Tints of Ship Cove #858FAC

Color information

#858FAC (or 0x858FAC) is unknown color: approx Ship Cove. HEX triplet: 85, 8F and AC. RGB value is (133,143,172). Sum of RGB (Red+Green+Blue) = 133+143+172=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #858FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858FAC is #7A7053. Grayscale: #8F8F8F. Windows color (decimal): -8024148 or 11308933. OLE color: 11308933.

HSL color Cylindrical-coordinate representation of color #858FAC: hue angle of 224.62º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858FAC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133143172-
CMYK0.230.1700.33
HSL224.62º19.02%59.8%-
HSV(B)224.62º22.67%67.45%-
XYZ26.9427.6142.94-
YUV143.32144.19120.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=29.69%
G=31.92%
B=38.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331431720.230.1700.33224.6219.0259.8
Hex858FAC1711021e1133c
Octal20521725427210413412374
Binary100001011000111110101100101111000101000011110000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,143,172); }

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

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

 a { background-color: rgb(133,143,172); }

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

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

 span { border-color: rgb(133,143,172); }

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