Html Css Color HEX #534DDB Slate Blue

📋 copy color: '#534DDB'

red 83 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #534DDB

Tints of Slate Blue #534DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

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

R = 21.9%
G = 20.32%
B = 57.78%

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

#534DDB (or 0x534DDB) is known color: Slate Blue. HEX triplet: 53, 4D and DB. RGB value is (83,77,219). Sum of RGB (Red+Green+Blue) = 83+77+219=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #534DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DDB is #ACB224. Grayscale: #5E5E5E. Windows color (decimal): -11317797 or 14372179. OLE color: 14372179.

HSL color Cylindrical-coordinate representation of color #534DDB: hue angle of 242.54º degrees, saturation: 0.66, 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 #534DDB is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 77 219 -
CMYK 0.62 0.65 0 0.14
HSL 242.54º 0.66% 0.58% -
HSV(B) 242.54º 0.65% 0.86% -
XYZ 19.01 12.26 68.38 -
YUV 94.98 197.99 119.45 -
System Red Green Blue C M Y K H S L
Decimal 83 77 219 0.62 0.65 0 0.14 242.54 0.66 0.58
Hex 53 4D DB 3E 41 0 E F3 42 3A
Octal 123 115 333 76 101 0 16 363 102 72
Binary 1010011 1001101 11011011 111110 1000001 0 1110 11110011 1000010 111010

Color Harmonies of #534DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534DDB

Black with #534DDB

Text Example


Text Example

White with #534DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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