Html Css Color HEX #5A4BCD Slate Blue

📋 copy color: '#5A4BCD'

red 90 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #5A4BCD

Tints of Slate Blue #5A4BCD

RGB

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

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

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

R = 24.32%
G = 20.27%
B = 55.41%

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

#5A4BCD (or 0x5A4BCD) is known color: Slate Blue. HEX triplet: 5A, 4B and CD. RGB value is (90,75,205). Sum of RGB (Red+Green+Blue) = 90+75+205=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A4BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4BCD is #A5B432. Grayscale: #5D5D5D. Windows color (decimal): -10859571 or 13454170. OLE color: 13454170.

HSL color Cylindrical-coordinate representation of color #5A4BCD: hue angle of 246.92º degrees, saturation: 0.57, 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 #5A4BCD is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 75 205 -
CMYK 0.56 0.63 0 0.20
HSL 246.92º 0.57% 0.55% -
HSV(B) 246.92º 0.63% 0.8% -
XYZ 17.75 11.61 59.06 -
YUV 94.31 190.47 124.93 -
System Red Green Blue C M Y K H S L
Decimal 90 75 205 0.56 0.63 0 0.20 246.92 0.57 0.55
Hex 5A 4B CD 38 3F 0 14 F7 39 37
Octal 132 113 315 70 77 0 24 367 71 67
Binary 1011010 1001011 11001101 111000 111111 0 10100 11110111 111001 110111

Color Harmonies of #5A4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4BCD

Black with #5A4BCD

Text Example


Text Example

White with #5A4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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