Html Css Color HEX #5A63D7 Slate Blue

📋 copy color: '#5A63D7'

red 90 ◦ green 99 ◦ blue 215

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

Shades of Slate Blue #5A63D7

Tints of Slate Blue #5A63D7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

 BLUE value IS 215 (84.38% from 255) = 53.22%

R = 22.28%
G = 24.5%
B = 53.22%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A63D7 (or 0x5A63D7) is known color: Slate Blue. HEX triplet: 5A, 63 and D7. RGB value is (90,99,215). Sum of RGB (Red+Green+Blue) = 90+99+215=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #5A63D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A63D7 is #A59C28. Grayscale: #6D6D6D. Windows color (decimal): -10853417 or 14115674. OLE color: 14115674.

HSL color Cylindrical-coordinate representation of color #5A63D7: hue angle of 235.68º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A63D7 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 99 215 -
CMYK 0.58 0.54 0 0.16
HSL 235.68º 0.61% 0.6% -
HSV(B) 235.68º 0.58% 0.84% -
XYZ 20.94 16 66.28 -
YUV 109.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 90 99 215 0.58 0.54 0 0.16 235.68 0.61 0.6
Hex 5A 63 D7 3A 36 0 10 EC 3D 3C
Octal 132 143 327 72 66 0 20 354 75 74
Binary 1011010 1100011 11010111 111010 110110 0 10000 11101100 111101 111100

Color Harmonies of #5A63D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A63D7

Black with #5A63D7

Text Example


Text Example

White with #5A63D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,99,215); }

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

background-color css

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

 a { background-color: rgb(90,99,215); }

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

border-color css

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

 span { border-color: rgb(90,99,215); }

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