Html Css Color HEX #533EDB Slate Blue

📋 copy color: '#533EDB'

red 83 ◦ green 62 ◦ blue 219

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

Shades of Slate Blue #533EDB

Tints of Slate Blue #533EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 22.8%
G = 17.03%
B = 60.16%

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

#533EDB (or 0x533EDB) is known color: Slate Blue. HEX triplet: 53, 3E and DB. RGB value is (83,62,219). Sum of RGB (Red+Green+Blue) = 83+62+219=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #533EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533EDB is #ACC124. Grayscale: #555555. Windows color (decimal): -11321637 or 14368339. OLE color: 14368339.

HSL color Cylindrical-coordinate representation of color #533EDB: hue angle of 248.03º 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 #533EDB is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 62 219 -
CMYK 0.62 0.72 0 0.14
HSL 248.03º 0.69% 0.55% -
HSV(B) 248.03º 0.72% 0.86% -
XYZ 18.08 10.4 68.07 -
YUV 86.18 202.96 125.73 -
System Red Green Blue C M Y K H S L
Decimal 83 62 219 0.62 0.72 0 0.14 248.03 0.69 0.55
Hex 53 3E DB 3E 48 0 E F8 45 37
Octal 123 76 333 76 110 0 16 370 105 67
Binary 1010011 111110 11011011 111110 1001000 0 1110 11111000 1000101 110111

Color Harmonies of #533EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533EDB

Black with #533EDB

Text Example


Text Example

White with #533EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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