Html Css Color HEX #5A4CC0 Slate Blue

📋 copy color: '#5A4CC0'

red 90 ◦ green 76 ◦ blue 192

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

Shades of Slate Blue #5A4CC0

Tints of Slate Blue #5A4CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 192 (75.39% from 255) = 53.63%

R = 25.14%
G = 21.23%
B = 53.63%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A4CC0 (or 0x5A4CC0) is known color: Slate Blue. HEX triplet: 5A, 4C and C0. RGB value is (90,76,192). Sum of RGB (Red+Green+Blue) = 90+76+192=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A4CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4CC0 is #A5B33F. Grayscale: #5C5C5C. Windows color (decimal): -10859328 or 12602458. OLE color: 12602458.

HSL color Cylindrical-coordinate representation of color #5A4CC0: hue angle of 247.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4CC0 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 76 192 -
CMYK 0.53 0.60 0 0.25
HSL 247.24º 0.48% 0.53% -
HSV(B) 247.24º 0.6% 0.75% -
XYZ 16.32 11.15 51.16 -
YUV 93.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 90 76 192 0.53 0.60 0 0.25 247.24 0.48 0.53
Hex 5A 4C C0 35 3C 0 19 F7 30 35
Octal 132 114 300 65 74 0 31 367 60 65
Binary 1011010 1001100 11000000 110101 111100 0 11001 11110111 110000 110101

Color Harmonies of #5A4CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4CC0

Black with #5A4CC0

Text Example


Text Example

White with #5A4CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,76,192); }

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

background-color css

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

 a { background-color: rgb(90,76,192); }

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

border-color css

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

 span { border-color: rgb(90,76,192); }

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