Html Css Color HEX #534EDC Slate Blue

📋 copy color: '#534EDC'

red 83 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #534EDC

Tints of Slate Blue #534EDC

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 value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#534EDC (or 0x534EDC) is known color: 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

RGB 83 78 220 -
CMYK 0.62 0.65 0 0.14
HSL 242.11º 0.67% 0.58% -
HSV(B) 242.11º 0.65% 0.86% -
XYZ 19.21 12.46 69.1 -
YUV 95.68 198.16 118.95 -
System Red Green Blue C M Y K H S L
Decimal 83 78 220 0.62 0.65 0 0.14 242.11 0.67 0.58
Hex 53 4E DC 3E 41 0 E F2 43 3A
Octal 123 116 334 76 101 0 16 362 103 72
Binary 1010011 1001110 11011100 111110 1000001 0 1110 11110010 1000011 111010

Color Harmonies of #534EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534EDC

Black with #534EDC

Text Example


Text Example

White with #534EDC

Text Example


Text Example

HTML Codes & Css Web 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>