Html Css Color HEX #858299 Grey Suit

📋 copy color: '#858299'

red 133 ◦ green 130 ◦ blue 153

#858299
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #858299

Tints of Grey Suit #858299

RGB

 RED value IS 133 (52.34% from 255) = 31.97%

 GREEN value IS 130 (51.17% from 255) = 31.25%

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 31.97%
G = 31.25%
B = 36.78%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#858299 (or 0x858299) is known color: Grey Suit. HEX triplet: 85, 82 and 99. RGB value is (133,130,153). Sum of RGB (Red+Green+Blue) = 133+130+153=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #858299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858299 is #7A7D66. Grayscale: #858585. Windows color (decimal): -8027495 or 10060421. OLE color: 10060421.

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

Color convert

RGB 133 130 153 -
CMYK 0.13 0.15 0 0.4
HSL 247.83º 0.1% 0.55% -
HSV(B) 247.83º 0.15% 0.6% -
XYZ 23.41 23.25 33.39 -
YUV 133.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 133 130 153 0.13 0.15 0 0.4 247.83 0.1 0.55
Hex 85 82 99 D F 0 28 F8 A 37
Octal 205 202 231 15 17 0 50 370 12 67
Binary 10000101 10000010 10011001 1101 1111 0 101000 11111000 1010 110111

Color Harmonies of #858299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858299

Black with #858299

Text Example


Text Example

White with #858299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858299; }

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

 H1.HeaderClassName
 {
   color: #858299;
 }
 .AnyTagClassName
 {
   color: #858299;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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