Html Css Color HEX #5A46CD Slate Blue

📋 copy color: '#5A46CD'

red 90 ◦ green 70 ◦ blue 205

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

Shades of Slate Blue #5A46CD

Tints of Slate Blue #5A46CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

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

R = 24.66%
G = 19.18%
B = 56.16%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A46CD (or 0x5A46CD) is known color: Slate Blue. HEX triplet: 5A, 46 and CD. RGB value is (90,70,205). Sum of RGB (Red+Green+Blue) = 90+70+205=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A46CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A46CD is #A5B932. Grayscale: #5A5A5A. Windows color (decimal): -10860851 or 13452890. OLE color: 13452890.

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

Color convert

RGB 90 70 205 -
CMYK 0.56 0.66 0 0.20
HSL 248.89º 0.57% 0.54% -
HSV(B) 248.89º 0.66% 0.8% -
XYZ 17.43 10.96 58.95 -
YUV 91.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 90 70 205 0.56 0.66 0 0.20 248.89 0.57 0.54
Hex 5A 46 CD 38 42 0 14 F9 39 36
Octal 132 106 315 70 102 0 24 371 71 66
Binary 1011010 1000110 11001101 111000 1000010 0 10100 11111001 111001 110110

Color Harmonies of #5A46CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A46CD

Black with #5A46CD

Text Example


Text Example

White with #5A46CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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