#534EDC

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

Shades of Slate Blue #534EDC

Tints of Slate Blue #534EDC

Color information

#534EDC (or 0x534EDC) is unknown color: approx Slate Blue. HEX triplet: 53, 4E and DC. RGB value is (83,78,220). Sum of RGB (Red+Green+Blue) = 83+78+220=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #534EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EDC is #ACB123. Grayscale: #5F5F5F. Windows color (decimal): -11317540 or 14437971. OLE color: 14437971.

HSL color Cylindrical-coordinate representation of color #534EDC: hue angle of 242.11º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534EDC is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8378220-
CMYK0.620.6500.14
HSL242.11º66.98%58.43%-
HSV(B)242.11º64.55%86.27%-
XYZ19.2112.4669.1-
YUV95.68198.16118.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 220 (86.33% from 255) = 57.74%
R=21.78%
G=20.47%
B=57.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal83782200.620.6500.14242.1166.9858.43
Hex534EDC3E410Ef2433a
Octal1231163347610101636210372
Binary1010011100111011011100111110100000101110111100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534EDC; }

 p { color: rgb(83,78,220); }

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

<style>
 a { background-color: #534EDC; }

 a { background-color: rgb(83,78,220); }

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

<style>
 span { border-color: #534EDC; }

 span { border-color: rgb(83,78,220); }

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