Html Css Color HEX #5E5BCA Slate Blue

📋 copy color: '#5E5BCA'

red 94 ◦ green 91 ◦ blue 202

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

Shades of Slate Blue #5E5BCA

Tints of Slate Blue #5E5BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.51%

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 24.29%
G = 23.51%
B = 52.2%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E5BCA (or 0x5E5BCA) is known color: Slate Blue. HEX triplet: 5E, 5B and CA. RGB value is (94,91,202). Sum of RGB (Red+Green+Blue) = 94+91+202=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E5BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BCA is #A1A435. Grayscale: #686868. Windows color (decimal): -10593334 or 13261662. OLE color: 13261662.

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

Color convert

RGB 94 91 202 -
CMYK 0.53 0.55 0 0.21
HSL 241.62º 0.51% 0.57% -
HSV(B) 241.62º 0.55% 0.79% -
XYZ 19.02 14.13 57.6 -
YUV 104.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 94 91 202 0.53 0.55 0 0.21 241.62 0.51 0.57
Hex 5E 5B CA 35 37 0 15 F2 33 39
Octal 136 133 312 65 67 0 25 362 63 71
Binary 1011110 1011011 11001010 110101 110111 0 10101 11110010 110011 111001

Color Harmonies of #5E5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5BCA

Black with #5E5BCA

Text Example


Text Example

White with #5E5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,91,202); }

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

background-color css

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

 a { background-color: rgb(94,91,202); }

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

border-color css

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

 span { border-color: rgb(94,91,202); }

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