Html Css Color HEX #5A46CE Slate Blue

📋 copy color: '#5A46CE'

red 90 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #5A46CE

Tints of Slate Blue #5A46CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 24.59%
G = 19.13%
B = 56.28%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A46CE (or 0x5A46CE) is known color: Slate Blue. HEX triplet: 5A, 46 and CE. RGB value is (90,70,206). Sum of RGB (Red+Green+Blue) = 90+70+206=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A46CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A46CE is #A5B931. Grayscale: #5A5A5A. Windows color (decimal): -10860850 or 13518426. OLE color: 13518426.

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

Color convert

RGB 90 70 206 -
CMYK 0.56 0.66 0 0.19
HSL 248.82º 0.58% 0.54% -
HSV(B) 248.82º 0.66% 0.81% -
XYZ 17.55 11.01 59.59 -
YUV 91.48 192.63 126.94 -
System Red Green Blue C M Y K H S L
Decimal 90 70 206 0.56 0.66 0 0.19 248.82 0.58 0.54
Hex 5A 46 CE 38 42 0 13 F9 3A 36
Octal 132 106 316 70 102 0 23 371 72 66
Binary 1011010 1000110 11001110 111000 1000010 0 10011 11111001 111010 110110

Color Harmonies of #5A46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A46CE

Black with #5A46CE

Text Example


Text Example

White with #5A46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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