Html Css Color HEX #5A4CCD Slate Blue

📋 copy color: '#5A4CCD'

red 90 ◦ green 76 ◦ blue 205

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

Shades of Slate Blue #5A4CCD

Tints of Slate Blue #5A4CCD

RGB

 RED value IS 90 (35.55% from 255) = 24.26%

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 24.26%
G = 20.49%
B = 55.26%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A4CCD (or 0x5A4CCD) is known color: Slate Blue. HEX triplet: 5A, 4C and CD. RGB value is (90,76,205). Sum of RGB (Red+Green+Blue) = 90+76+205=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A4CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4CCD is #A5B332. Grayscale: #5E5E5E. Windows color (decimal): -10859315 or 13454426. OLE color: 13454426.

HSL color Cylindrical-coordinate representation of color #5A4CCD: hue angle of 246.51º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A4CCD is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 76 205 -
CMYK 0.56 0.63 0 0.20
HSL 246.51º 0.56% 0.55% -
HSV(B) 246.51º 0.63% 0.8% -
XYZ 17.82 11.75 59.09 -
YUV 94.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 90 76 205 0.56 0.63 0 0.20 246.51 0.56 0.55
Hex 5A 4C CD 38 3F 0 14 F7 38 37
Octal 132 114 315 70 77 0 24 367 70 67
Binary 1011010 1001100 11001101 111000 111111 0 10100 11110111 111000 110111

Color Harmonies of #5A4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4CCD

Black with #5A4CCD

Text Example


Text Example

White with #5A4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4CCD; }

 p { color: rgb(90,76,205); }

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

background-color css

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

 a { background-color: rgb(90,76,205); }

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

border-color css

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

 span { border-color: rgb(90,76,205); }

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