Html Css Color HEX #534EDA Slate Blue

📋 copy color: '#534EDA'

red 83 ◦ green 78 ◦ blue 218

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

Shades of Slate Blue #534EDA

Tints of Slate Blue #534EDA

RGB

 RED value IS 83 (32.81% from 255) = 21.9%

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 21.9%
G = 20.58%
B = 57.52%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#534EDA (or 0x534EDA) is known color: Slate Blue. HEX triplet: 53, 4E and DA. RGB value is (83,78,218). Sum of RGB (Red+Green+Blue) = 83+78+218=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #534EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EDA is #ACB125. Grayscale: #5E5E5E. Windows color (decimal): -11317542 or 14306899. OLE color: 14306899.

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

Color convert

RGB 83 78 218 -
CMYK 0.62 0.64 0 0.15
HSL 242.14º 0.65% 0.58% -
HSV(B) 242.14º 0.64% 0.85% -
XYZ 18.95 12.35 67.71 -
YUV 95.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 83 78 218 0.62 0.64 0 0.15 242.14 0.65 0.58
Hex 53 4E DA 3E 40 0 F F2 41 3A
Octal 123 116 332 76 100 0 17 362 101 72
Binary 1010011 1001110 11011010 111110 1000000 0 1111 11110010 1000001 111010

Color Harmonies of #534EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534EDA

Black with #534EDA

Text Example


Text Example

White with #534EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #534EDA;
 }
 .AnyTagClassName
 {
   color: #534EDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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