Html Css Color HEX #5B4BD8 Slate Blue

📋 copy color: '#5B4BD8'

red 91 ◦ green 75 ◦ blue 216

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

Shades of Slate Blue #5B4BD8

Tints of Slate Blue #5B4BD8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

 BLUE value IS 216 (84.77% from 255) = 56.54%

R = 23.82%
G = 19.63%
B = 56.54%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5B4BD8 (or 0x5B4BD8) is known color: Slate Blue. HEX triplet: 5B, 4B and D8. RGB value is (91,75,216). Sum of RGB (Red+Green+Blue) = 91+75+216=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #5B4BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4BD8 is #A4B427. Grayscale: #5F5F5F. Windows color (decimal): -10794024 or 14175067. OLE color: 14175067.

HSL color Cylindrical-coordinate representation of color #5B4BD8: hue angle of 246.81º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B4BD8 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 75 216 -
CMYK 0.58 0.65 0 0.15
HSL 246.81º 0.64% 0.57% -
HSV(B) 246.81º 0.65% 0.85% -
XYZ 19.23 12.21 66.31 -
YUV 95.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 91 75 216 0.58 0.65 0 0.15 246.81 0.64 0.57
Hex 5B 4B D8 3A 41 0 F F7 40 39
Octal 133 113 330 72 101 0 17 367 100 71
Binary 1011011 1001011 11011000 111010 1000001 0 1111 11110111 1000000 111001

Color Harmonies of #5B4BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4BD8

Black with #5B4BD8

Text Example


Text Example

White with #5B4BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,75,216); }

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

background-color css

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

 a { background-color: rgb(91,75,216); }

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

border-color css

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

 span { border-color: rgb(91,75,216); }

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