Html Css Color HEX #5A4DCA Slate Blue

📋 copy color: '#5A4DCA'

red 90 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #5A4DCA

Tints of Slate Blue #5A4DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.87%

 BLUE value IS 202 (79.3% from 255) = 54.74%

R = 24.39%
G = 20.87%
B = 54.74%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A4DCA (or 0x5A4DCA) is known color: Slate Blue. HEX triplet: 5A, 4D and CA. RGB value is (90,77,202). Sum of RGB (Red+Green+Blue) = 90+77+202=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A4DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DCA is #A5B235. Grayscale: #5E5E5E. Windows color (decimal): -10859062 or 13258074. OLE color: 13258074.

HSL color Cylindrical-coordinate representation of color #5A4DCA: hue angle of 246.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A4DCA is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 77 202 -
CMYK 0.55 0.62 0 0.21
HSL 246.24º 0.54% 0.55% -
HSV(B) 246.24º 0.62% 0.79% -
XYZ 17.53 11.75 57.22 -
YUV 95.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 90 77 202 0.55 0.62 0 0.21 246.24 0.54 0.55
Hex 5A 4D CA 37 3E 0 15 F6 36 37
Octal 132 115 312 67 76 0 25 366 66 67
Binary 1011010 1001101 11001010 110111 111110 0 10101 11110110 110110 110111

Color Harmonies of #5A4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4DCA

Black with #5A4DCA

Text Example


Text Example

White with #5A4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,77,202); }

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

background-color css

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

 a { background-color: rgb(90,77,202); }

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

border-color css

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

 span { border-color: rgb(90,77,202); }

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