Html Css Color HEX #8583A5 Grey Suit

📋 copy color: '#8583A5'

red 133 ◦ green 131 ◦ blue 165

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

Shades of Grey Suit #8583A5

Tints of Grey Suit #8583A5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 31%
G = 30.54%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8583A5 (or 0x8583A5) is known color: Grey Suit. HEX triplet: 85, 83 and A5. RGB value is (133,131,165). Sum of RGB (Red+Green+Blue) = 133+131+165=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 165 - color contains mainly: blue. Hex color #8583A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8583A5 is #7A7C5A. Grayscale: #878787. Windows color (decimal): -8027227 or 10847109. OLE color: 10847109.

HSL color Cylindrical-coordinate representation of color #8583A5: hue angle of 243.53º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8583A5 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 131 165 -
CMYK 0.19 0.21 0 0.35
HSL 243.53º 0.16% 0.58% -
HSV(B) 243.53º 0.21% 0.65% -
XYZ 24.58 23.94 38.92 -
YUV 135.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 133 131 165 0.19 0.21 0 0.35 243.53 0.16 0.58
Hex 85 83 A5 13 15 0 23 F4 10 3A
Octal 205 203 245 23 25 0 43 364 20 72
Binary 10000101 10000011 10100101 10011 10101 0 100011 11110100 10000 111010

Color Harmonies of #8583A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8583A5

Black with #8583A5

Text Example


Text Example

White with #8583A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8583A5; }

 p { color: rgb(133,131,165); }

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

background-color css

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

 a { background-color: rgb(133,131,165); }

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

border-color css

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

 span { border-color: rgb(133,131,165); }

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