Html Css Color HEX #5E5ACC Slate Blue

📋 copy color: '#5E5ACC'

red 94 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #5E5ACC

Tints of Slate Blue #5E5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 24.23%
G = 23.2%
B = 52.58%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E5ACC (or 0x5E5ACC) is known color: Slate Blue. HEX triplet: 5E, 5A and CC. RGB value is (94,90,204). Sum of RGB (Red+Green+Blue) = 94+90+204=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ACC is #A1A533. Grayscale: #676767. Windows color (decimal): -10593588 or 13392478. OLE color: 13392478.

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

Color convert

RGB 94 90 204 -
CMYK 0.54 0.56 0 0.2
HSL 242.11º 0.53% 0.58% -
HSV(B) 242.11º 0.56% 0.8% -
XYZ 19.17 14.05 58.83 -
YUV 104.19 184.33 120.73 -
System Red Green Blue C M Y K H S L
Decimal 94 90 204 0.54 0.56 0 0.2 242.11 0.53 0.58
Hex 5E 5A CC 36 38 0 14 F2 35 3A
Octal 136 132 314 66 70 0 24 362 65 72
Binary 1011110 1011010 11001100 110110 111000 0 10100 11110010 110101 111010

Color Harmonies of #5E5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5ACC

Black with #5E5ACC

Text Example


Text Example

White with #5E5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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