Html Css Color HEX #534EDE Slate Blue

📋 copy color: '#534EDE'

red 83 ◦ green 78 ◦ blue 222

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

Shades of Slate Blue #534EDE

Tints of Slate Blue #534EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 21.67%
G = 20.37%
B = 57.96%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#534EDE (or 0x534EDE) is known color: Slate Blue. HEX triplet: 53, 4E and DE. RGB value is (83,78,222). Sum of RGB (Red+Green+Blue) = 83+78+222=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #534EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EDE is #ACB121. Grayscale: #5F5F5F. Windows color (decimal): -11317538 or 14569043. OLE color: 14569043.

HSL color Cylindrical-coordinate representation of color #534EDE: hue angle of 242.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534EDE is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 78 222 -
CMYK 0.63 0.65 0 0.13
HSL 242.08º 0.69% 0.59% -
HSV(B) 242.08º 0.65% 0.87% -
XYZ 19.48 12.56 70.51 -
YUV 95.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 83 78 222 0.63 0.65 0 0.13 242.08 0.69 0.59
Hex 53 4E DE 3F 41 0 D F2 45 3B
Octal 123 116 336 77 101 0 15 362 105 73
Binary 1010011 1001110 11011110 111111 1000001 0 1101 11110010 1000101 111011

Color Harmonies of #534EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534EDE

Black with #534EDE

Text Example


Text Example

White with #534EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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