Html Css Color HEX #5B46BF Slate Blue

📋 copy color: '#5B46BF'

red 91 ◦ green 70 ◦ blue 191

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

Shades of Slate Blue #5B46BF

Tints of Slate Blue #5B46BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.26%

R = 25.85%
G = 19.89%
B = 54.26%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B46BF (or 0x5B46BF) is known color: Slate Blue. HEX triplet: 5B, 46 and BF. RGB value is (91,70,191). Sum of RGB (Red+Green+Blue) = 91+70+191=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B46BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B46BF is #A4B940. Grayscale: #595959. Windows color (decimal): -10795329 or 12535387. OLE color: 12535387.

HSL color Cylindrical-coordinate representation of color #5B46BF: hue angle of 250.41º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B46BF is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 70 191 -
CMYK 0.52 0.63 0 0.25
HSL 250.41º 0.49% 0.51% -
HSV(B) 250.41º 0.63% 0.75% -
XYZ 15.91 10.37 50.45 -
YUV 90.07 184.96 128.66 -
System Red Green Blue C M Y K H S L
Decimal 91 70 191 0.52 0.63 0 0.25 250.41 0.49 0.51
Hex 5B 46 BF 34 3F 0 19 FA 31 33
Octal 133 106 277 64 77 0 31 372 61 63
Binary 1011011 1000110 10111111 110100 111111 0 11001 11111010 110001 110011

Color Harmonies of #5B46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B46BF

Black with #5B46BF

Text Example


Text Example

White with #5B46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,70,191); }

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

background-color css

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

 a { background-color: rgb(91,70,191); }

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

border-color css

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

 span { border-color: rgb(91,70,191); }

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