Html Css Color HEX #9590AE Santas Grey

📋 copy color: '#9590AE'

red 149 ◦ green 144 ◦ blue 174

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

Shades of Santas Grey #9590AE

Tints of Santas Grey #9590AE

RGB

 RED value IS 149 (58.59% from 255) = 31.91%

 GREEN value IS 144 (56.64% from 255) = 30.84%

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 31.91%
G = 30.84%
B = 37.26%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9590AE (or 0x9590AE) is known color: Santas Grey. HEX triplet: 95, 90 and AE. RGB value is (149,144,174). Sum of RGB (Red+Green+Blue) = 149+144+174=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #9590AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9590AE is #6A6F51. Grayscale: #949494. Windows color (decimal): -6975314 or 11440277. OLE color: 11440277.

HSL color Cylindrical-coordinate representation of color #9590AE: hue angle of 250º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9590AE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 144 174 -
CMYK 0.14 0.17 0 0.32
HSL 250º 0.16% 0.62% -
HSV(B) 250º 0.17% 0.68% -
XYZ 30.01 29.39 44.14 -
YUV 148.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 149 144 174 0.14 0.17 0 0.32 250 0.16 0.62
Hex 95 90 AE E 11 0 20 FA 10 3E
Octal 225 220 256 16 21 0 40 372 20 76
Binary 10010101 10010000 10101110 1110 10001 0 100000 11111010 10000 111110

Color Harmonies of #9590AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590AE

Black with #9590AE

Text Example


Text Example

White with #9590AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9590AE; }

 p { color: rgb(149,144,174); }

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

background-color css

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

 a { background-color: rgb(149,144,174); }

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

border-color css

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

 span { border-color: rgb(149,144,174); }

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