Html Css Color HEX #5B4ACE Slate Blue

📋 copy color: '#5B4ACE'

red 91 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #5B4ACE

Tints of Slate Blue #5B4ACE

RGB

 RED value IS 91 (35.94% from 255) = 24.53%

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 24.53%
G = 19.95%
B = 55.53%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B4ACE (or 0x5B4ACE) is known color: Slate Blue. HEX triplet: 5B, 4A and CE. RGB value is (91,74,206). Sum of RGB (Red+Green+Blue) = 91+74+206=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B4ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4ACE is #A4B531. Grayscale: #5D5D5D. Windows color (decimal): -10794290 or 13519451. OLE color: 13519451.

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

Color convert

RGB 91 74 206 -
CMYK 0.56 0.64 0 0.19
HSL 247.73º 0.57% 0.55% -
HSV(B) 247.73º 0.64% 0.81% -
XYZ 17.9 11.58 59.68 -
YUV 94.13 191.13 125.77 -
System Red Green Blue C M Y K H S L
Decimal 91 74 206 0.56 0.64 0 0.19 247.73 0.57 0.55
Hex 5B 4A CE 38 40 0 13 F8 39 37
Octal 133 112 316 70 100 0 23 370 71 67
Binary 1011011 1001010 11001110 111000 1000000 0 10011 11111000 111001 110111

Color Harmonies of #5B4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4ACE

Black with #5B4ACE

Text Example


Text Example

White with #5B4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,74,206); }

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

background-color css

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

 a { background-color: rgb(91,74,206); }

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

border-color css

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

 span { border-color: rgb(91,74,206); }

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