Html Css Color HEX #5B48CB Slate Blue

📋 copy color: '#5B48CB'

red 91 ◦ green 72 ◦ blue 203

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

Shades of Slate Blue #5B48CB

Tints of Slate Blue #5B48CB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

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

R = 24.86%
G = 19.67%
B = 55.46%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B48CB (or 0x5B48CB) is known color: Slate Blue. HEX triplet: 5B, 48 and CB. RGB value is (91,72,203). Sum of RGB (Red+Green+Blue) = 91+72+203=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B48CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B48CB is #A4B734. Grayscale: #5C5C5C. Windows color (decimal): -10794805 or 13322331. OLE color: 13322331.

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

Color convert

RGB 91 72 203 -
CMYK 0.55 0.65 0 0.20
HSL 248.7º 0.56% 0.54% -
HSV(B) 248.7º 0.65% 0.8% -
XYZ 17.41 11.17 57.74 -
YUV 92.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 91 72 203 0.55 0.65 0 0.20 248.7 0.56 0.54
Hex 5B 48 CB 37 41 0 14 F9 38 36
Octal 133 110 313 67 101 0 24 371 70 66
Binary 1011011 1001000 11001011 110111 1000001 0 10100 11111001 111000 110110

Color Harmonies of #5B48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B48CB

Black with #5B48CB

Text Example


Text Example

White with #5B48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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