Html Css Color HEX #5E56CB Slate Blue

📋 copy color: '#5E56CB'

red 94 ◦ green 86 ◦ blue 203

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

Shades of Slate Blue #5E56CB

Tints of Slate Blue #5E56CB

RGB

 RED value IS 94 (37.11% from 255) = 24.54%

 GREEN value IS 86 (33.98% from 255) = 22.45%

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

R = 24.54%
G = 22.45%
B = 53%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E56CB (or 0x5E56CB) is known color: Slate Blue. HEX triplet: 5E, 56 and CB. RGB value is (94,86,203). Sum of RGB (Red+Green+Blue) = 94+86+203=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E56CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56CB is #A1A934. Grayscale: #656565. Windows color (decimal): -10594613 or 13325918. OLE color: 13325918.

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

Color convert

RGB 94 86 203 -
CMYK 0.54 0.58 0 0.20
HSL 244.1º 0.53% 0.57% -
HSV(B) 244.1º 0.58% 0.8% -
XYZ 18.72 13.35 58.09 -
YUV 101.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 94 86 203 0.54 0.58 0 0.20 244.1 0.53 0.57
Hex 5E 56 CB 36 3A 0 14 F4 35 39
Octal 136 126 313 66 72 0 24 364 65 71
Binary 1011110 1010110 11001011 110110 111010 0 10100 11110100 110101 111001

Color Harmonies of #5E56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E56CB

Black with #5E56CB

Text Example


Text Example

White with #5E56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,86,203); }

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

background-color css

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

 a { background-color: rgb(94,86,203); }

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

border-color css

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

 span { border-color: rgb(94,86,203); }

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