#858298

Color #858298 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #858298

Tints of Grey Suit #858298

Color information

#858298 (or 0x858298) is unknown color: approx Grey Suit. HEX triplet: 85, 82 and 98. RGB value is (133,130,152). Sum of RGB (Red+Green+Blue) = 133+130+152=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 152 - color contains mainly: blue. Hex color #858298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858298 is #7A7D67. Grayscale: #858585. Windows color (decimal): -8027496 or 9994885. OLE color: 9994885.

HSL color Cylindrical-coordinate representation of color #858298: hue angle of 248.18º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858298 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133130152-
CMYK0.130.1400.40
HSL248.18º9.65%55.29%-
HSV(B)248.18º14.47%59.61%-
XYZ23.3223.2232.96-
YUV133.4138.49127.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 152 (59.77% from 255) = 36.63%
R=32.05%
G=31.33%
B=36.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331301520.130.1400.40248.189.6555.29
Hex858298DE028f8a37
Octal20520223015160503701267
Binary100001011000001010011000110111100101000111110001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858298; }

 p { color: rgb(133,130,152); }

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

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

 a { background-color: rgb(133,130,152); }

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

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

 span { border-color: rgb(133,130,152); }

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