Html Css Color HEX #533EDC Slate Blue

📋 copy color: '#533EDC'

red 83 ◦ green 62 ◦ blue 220

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

Shades of Slate Blue #533EDC

Tints of Slate Blue #533EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

 BLUE value IS 220 (86.33% from 255) = 60.27%

R = 22.74%
G = 16.99%
B = 60.27%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#533EDC (or 0x533EDC) is known color: Slate Blue. HEX triplet: 53, 3E and DC. RGB value is (83,62,220). Sum of RGB (Red+Green+Blue) = 83+62+220=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #533EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EDC is #ACC123. Grayscale: #555555. Windows color (decimal): -11321636 or 14433875. OLE color: 14433875.

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

Color convert

RGB 83 62 220 -
CMYK 0.62 0.72 0 0.14
HSL 247.97º 0.69% 0.55% -
HSV(B) 247.97º 0.72% 0.86% -
XYZ 18.21 10.45 68.77 -
YUV 86.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 83 62 220 0.62 0.72 0 0.14 247.97 0.69 0.55
Hex 53 3E DC 3E 48 0 E F8 45 37
Octal 123 76 334 76 110 0 16 370 105 67
Binary 1010011 111110 11011100 111110 1001000 0 1110 11111000 1000101 110111

Color Harmonies of #533EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533EDC

Black with #533EDC

Text Example


Text Example

White with #533EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #533EDC;
 }
 .AnyTagClassName
 {
   color: #533EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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