Html Css Color HEX #5748DB Slate Blue

📋 copy color: '#5748DB'

red 87 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #5748DB

Tints of Slate Blue #5748DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

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

R = 23.02%
G = 19.05%
B = 57.94%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5748DB (or 0x5748DB) is known color: Slate Blue. HEX triplet: 57, 48 and DB. RGB value is (87,72,219). Sum of RGB (Red+Green+Blue) = 87+72+219=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #5748DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5748DB is #A8B724. Grayscale: #5C5C5C. Windows color (decimal): -11056933 or 14370903. OLE color: 14370903.

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

Color convert

RGB 87 72 219 -
CMYK 0.60 0.67 0 0.14
HSL 246.12º 0.67% 0.57% -
HSV(B) 246.12º 0.67% 0.86% -
XYZ 19.03 11.78 68.29 -
YUV 93.24 198.97 123.55 -
System Red Green Blue C M Y K H S L
Decimal 87 72 219 0.60 0.67 0 0.14 246.12 0.67 0.57
Hex 57 48 DB 3C 43 0 E F6 43 39
Octal 127 110 333 74 103 0 16 366 103 71
Binary 1010111 1001000 11011011 111100 1000011 0 1110 11110110 1000011 111001

Color Harmonies of #5748DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5748DB

Black with #5748DB

Text Example


Text Example

White with #5748DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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