Html Css Color HEX #5E55BF Slate Blue

📋 copy color: '#5E55BF'

red 94 ◦ green 85 ◦ blue 191

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

Shades of Slate Blue #5E55BF

Tints of Slate Blue #5E55BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.97%

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

R = 25.41%
G = 22.97%
B = 51.62%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E55BF (or 0x5E55BF) is known color: Slate Blue. HEX triplet: 5E, 55 and BF. RGB value is (94,85,191). Sum of RGB (Red+Green+Blue) = 94+85+191=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E55BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55BF is #A1AA40. Grayscale: #636363. Windows color (decimal): -10594881 or 12539230. OLE color: 12539230.

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

Color convert

RGB 94 85 191 -
CMYK 0.51 0.55 0 0.25
HSL 245.09º 0.45% 0.54% -
HSV(B) 245.09º 0.55% 0.75% -
XYZ 17.27 12.64 50.82 -
YUV 99.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 94 85 191 0.51 0.55 0 0.25 245.09 0.45 0.54
Hex 5E 55 BF 33 37 0 19 F5 2D 36
Octal 136 125 277 63 67 0 31 365 55 66
Binary 1011110 1010101 10111111 110011 110111 0 11001 11110101 101101 110110

Color Harmonies of #5E55BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E55BF

Black with #5E55BF

Text Example


Text Example

White with #5E55BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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