Html Css Color HEX #5B57CB Slate Blue

📋 copy color: '#5B57CB'

red 91 ◦ green 87 ◦ blue 203

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

Shades of Slate Blue #5B57CB

Tints of Slate Blue #5B57CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.83%

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

R = 23.88%
G = 22.83%
B = 53.28%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B57CB (or 0x5B57CB) is known color: Slate Blue. HEX triplet: 5B, 57 and CB. RGB value is (91,87,203). Sum of RGB (Red+Green+Blue) = 91+87+203=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B57CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B57CB is #A4A834. Grayscale: #646464. Windows color (decimal): -10790965 or 13326171. OLE color: 13326171.

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

Color convert

RGB 91 87 203 -
CMYK 0.55 0.57 0 0.20
HSL 242.07º 0.53% 0.57% -
HSV(B) 242.07º 0.57% 0.8% -
XYZ 18.5 13.35 58.1 -
YUV 101.42 185.33 120.57 -
System Red Green Blue C M Y K H S L
Decimal 91 87 203 0.55 0.57 0 0.20 242.07 0.53 0.57
Hex 5B 57 CB 37 39 0 14 F2 35 39
Octal 133 127 313 67 71 0 24 362 65 71
Binary 1011011 1010111 11001011 110111 111001 0 10100 11110010 110101 111001

Color Harmonies of #5B57CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B57CB

Black with #5B57CB

Text Example


Text Example

White with #5B57CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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