Html Css Color HEX #5753DB Slate Blue

📋 copy color: '#5753DB'

red 87 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #5753DB

Tints of Slate Blue #5753DB

RGB

 RED value IS 87 (34.38% from 255) = 22.37%

 GREEN value IS 83 (32.81% from 255) = 21.34%

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

R = 22.37%
G = 21.34%
B = 56.3%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5753DB (or 0x5753DB) is known color: Slate Blue. HEX triplet: 57, 53 and DB. RGB value is (87,83,219). Sum of RGB (Red+Green+Blue) = 87+83+219=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #5753DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5753DB is #A8AC24. Grayscale: #636363. Windows color (decimal): -11054117 or 14373719. OLE color: 14373719.

HSL color Cylindrical-coordinate representation of color #5753DB: hue angle of 241.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5753DB is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 83 219 -
CMYK 0.60 0.62 0 0.14
HSL 241.76º 0.65% 0.59% -
HSV(B) 241.76º 0.62% 0.86% -
XYZ 19.81 13.33 68.55 -
YUV 99.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 87 83 219 0.60 0.62 0 0.14 241.76 0.65 0.59
Hex 57 53 DB 3C 3E 0 E F2 41 3B
Octal 127 123 333 74 76 0 16 362 101 73
Binary 1010111 1010011 11011011 111100 111110 0 1110 11110010 1000001 111011

Color Harmonies of #5753DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5753DB

Black with #5753DB

Text Example


Text Example

White with #5753DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5753DB; }

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

 H1.HeaderClassName
 {
   color: #5753DB;
 }
 .AnyTagClassName
 {
   color: #5753DB;
 }
</style>

background-color css

<style>
 a { background-color: #5753DB; }

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

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

border-color css

<style>
 span { border-color: #5753DB; }

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

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