Html Css Color HEX #5E5AC0 Slate Blue

📋 copy color: '#5E5AC0'

red 94 ◦ green 90 ◦ blue 192

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

Shades of Slate Blue #5E5AC0

Tints of Slate Blue #5E5AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 25%
G = 23.94%
B = 51.06%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E5AC0 (or 0x5E5AC0) is known color: Slate Blue. HEX triplet: 5E, 5A and C0. RGB value is (94,90,192). Sum of RGB (Red+Green+Blue) = 94+90+192=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #5E5AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5AC0 is #A1A53F. Grayscale: #666666. Windows color (decimal): -10593600 or 12606046. OLE color: 12606046.

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

Color convert

RGB 94 90 192 -
CMYK 0.51 0.53 0 0.25
HSL 242.35º 0.45% 0.55% -
HSV(B) 242.35º 0.53% 0.75% -
XYZ 17.79 13.5 51.54 -
YUV 102.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 94 90 192 0.51 0.53 0 0.25 242.35 0.45 0.55
Hex 5E 5A C0 33 35 0 19 F2 2D 37
Octal 136 132 300 63 65 0 31 362 55 67
Binary 1011110 1011010 11000000 110011 110101 0 11001 11110010 101101 110111

Color Harmonies of #5E5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5AC0

Black with #5E5AC0

Text Example


Text Example

White with #5E5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,90,192); }

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

background-color css

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

 a { background-color: rgb(94,90,192); }

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

border-color css

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

 span { border-color: rgb(94,90,192); }

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