#5E5ACA

Color #5E5ACA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5E5ACA

Tints of Slate Blue #5E5ACA

Color information

#5E5ACA (or 0x5E5ACA) is unknown color: approx Slate Blue. HEX triplet: 5E, 5A and CA. RGB value is (94,90,202). Sum of RGB (Red+Green+Blue) = 94+90+202=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E5ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ACA is #A1A535. Grayscale: #676767. Windows color (decimal): -10593590 or 13261406. OLE color: 13261406.

HSL color Cylindrical-coordinate representation of color #5E5ACA: hue angle of 242.14º 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 #5E5ACA is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9490202-
CMYK0.530.5500.21
HSL242.14º51.38%57.25%-
HSV(B)242.14º55.45%79.22%-
XYZ18.9313.9657.57-
YUV103.96183.33120.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.35%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=24.35%
G=23.32%
B=52.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal94902020.530.5500.21242.1451.3857.25
Hex5E5ACA3537015f23339
Octal13613231265670253626371
Binary101111010110101100101011010111011101010111110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E5ACA;
 }
 .AnyTagClassName
 {
   color: #5E5ACA;
 }
</style>
background-color css

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

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

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

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

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

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