Html Css Color HEX #5A4BDE Slate Blue

📋 copy color: '#5A4BDE'

red 90 ◦ green 75 ◦ blue 222

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

Shades of Slate Blue #5A4BDE

Tints of Slate Blue #5A4BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.38%

 BLUE value IS 222 (87.11% from 255) = 57.36%

R = 23.26%
G = 19.38%
B = 57.36%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A4BDE (or 0x5A4BDE) is known color: Slate Blue. HEX triplet: 5A, 4B and DE. RGB value is (90,75,222). Sum of RGB (Red+Green+Blue) = 90+75+222=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A4BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4BDE is #A5B421. Grayscale: #5F5F5F. Windows color (decimal): -10859554 or 14568282. OLE color: 14568282.

HSL color Cylindrical-coordinate representation of color #5A4BDE: hue angle of 246.12º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A4BDE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 75 222 -
CMYK 0.59 0.66 0 0.13
HSL 246.12º 0.69% 0.58% -
HSV(B) 246.12º 0.66% 0.87% -
XYZ 19.92 12.48 70.47 -
YUV 96.24 198.97 123.55 -
System Red Green Blue C M Y K H S L
Decimal 90 75 222 0.59 0.66 0 0.13 246.12 0.69 0.58
Hex 5A 4B DE 3B 42 0 D F6 45 3A
Octal 132 113 336 73 102 0 15 366 105 72
Binary 1011010 1001011 11011110 111011 1000010 0 1101 11110110 1000101 111010

Color Harmonies of #5A4BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4BDE

Black with #5A4BDE

Text Example


Text Example

White with #5A4BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,75,222); }

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

background-color css

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

 a { background-color: rgb(90,75,222); }

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

border-color css

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

 span { border-color: rgb(90,75,222); }

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