Html Css Color HEX #5E52BF Slate Blue

📋 copy color: '#5E52BF'

red 94 ◦ green 82 ◦ blue 191

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

Shades of Slate Blue #5E52BF

Tints of Slate Blue #5E52BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

 BLUE value IS 191 (75% from 255) = 52.04%

R = 25.61%
G = 22.34%
B = 52.04%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E52BF (or 0x5E52BF) is known color: Slate Blue. HEX triplet: 5E, 52 and BF. RGB value is (94,82,191). Sum of RGB (Red+Green+Blue) = 94+82+191=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E52BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52BF is #A1AD40. Grayscale: #616161. Windows color (decimal): -10595649 or 12538462. OLE color: 12538462.

HSL color Cylindrical-coordinate representation of color #5E52BF: hue angle of 246.61º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E52BF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 82 191 -
CMYK 0.51 0.57 0 0.25
HSL 246.61º 0.46% 0.54% -
HSV(B) 246.61º 0.57% 0.75% -
XYZ 17.04 12.18 50.74 -
YUV 98.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 94 82 191 0.51 0.57 0 0.25 246.61 0.46 0.54
Hex 5E 52 BF 33 39 0 19 F7 2E 36
Octal 136 122 277 63 71 0 31 367 56 66
Binary 1011110 1010010 10111111 110011 111001 0 11001 11110111 101110 110110

Color Harmonies of #5E52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E52BF

Black with #5E52BF

Text Example


Text Example

White with #5E52BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,82,191); }

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

background-color css

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

 a { background-color: rgb(94,82,191); }

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

border-color css

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

 span { border-color: rgb(94,82,191); }

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