Html Css Color HEX #5B4FE3 Slate Blue

📋 copy color: '#5B4FE3'

red 91 ◦ green 79 ◦ blue 227

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

Shades of Slate Blue #5B4FE3

Tints of Slate Blue #5B4FE3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.9%

 BLUE value IS 227 (89.06% from 255) = 57.18%

R = 22.92%
G = 19.9%
B = 57.18%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5B4FE3 (or 0x5B4FE3) is known color: Slate Blue. HEX triplet: 5B, 4F and E3. RGB value is (91,79,227). Sum of RGB (Red+Green+Blue) = 91+79+227=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 227 (89.06% from 255 or 57.18% from 397); Max value from RGB is 227 - color contains mainly: blue. Hex color #5B4FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4FE3 is #A4B01C. Grayscale: #626262. Windows color (decimal): -10792989 or 14896987. OLE color: 14896987.

HSL color Cylindrical-coordinate representation of color #5B4FE3: hue angle of 244.86º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B4FE3 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 91 79 227 -
CMYK 0.60 0.65 0 0.11
HSL 244.86º 0.73% 0.6% -
HSV(B) 244.86º 0.65% 0.89% -
XYZ 20.98 13.36 74.15 -
YUV 99.46 199.98 121.97 -
System Red Green Blue C M Y K H S L
Decimal 91 79 227 0.60 0.65 0 0.11 244.86 0.73 0.6
Hex 5B 4F E3 3C 41 0 B F5 49 3C
Octal 133 117 343 74 101 0 13 365 111 74
Binary 1011011 1001111 11100011 111100 1000001 0 1011 11110101 1001001 111100

Color Harmonies of #5B4FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4FE3

Black with #5B4FE3

Text Example


Text Example

White with #5B4FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,79,227); }

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

background-color css

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

 a { background-color: rgb(91,79,227); }

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

border-color css

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

 span { border-color: rgb(91,79,227); }

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