Html Css Color HEX #5B4ECB Slate Blue

📋 copy color: '#5B4ECB'

red 91 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #5B4ECB

Tints of Slate Blue #5B4ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.97%

 BLUE value IS 203 (79.69% from 255) = 54.57%

R = 24.46%
G = 20.97%
B = 54.57%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B4ECB (or 0x5B4ECB) is known color: Slate Blue. HEX triplet: 5B, 4E and CB. RGB value is (91,78,203). Sum of RGB (Red+Green+Blue) = 91+78+203=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4ECB is #A4B134. Grayscale: #5F5F5F. Windows color (decimal): -10793269 or 13323867. OLE color: 13323867.

HSL color Cylindrical-coordinate representation of color #5B4ECB: hue angle of 246.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B4ECB is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 78 203 -
CMYK 0.55 0.62 0 0.20
HSL 246.24º 0.55% 0.55% -
HSV(B) 246.24º 0.62% 0.8% -
XYZ 17.82 11.98 57.87 -
YUV 96.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 91 78 203 0.55 0.62 0 0.20 246.24 0.55 0.55
Hex 5B 4E CB 37 3E 0 14 F6 37 37
Octal 133 116 313 67 76 0 24 366 67 67
Binary 1011011 1001110 11001011 110111 111110 0 10100 11110110 110111 110111

Color Harmonies of #5B4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4ECB

Black with #5B4ECB

Text Example


Text Example

White with #5B4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,78,203); }

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

background-color css

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

 a { background-color: rgb(91,78,203); }

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

border-color css

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

 span { border-color: rgb(91,78,203); }

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