Html Css Color HEX #5745DC Slate Blue

📋 copy color: '#5745DC'

red 87 ◦ green 69 ◦ blue 220

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

Shades of Slate Blue #5745DC

Tints of Slate Blue #5745DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.35%

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

R = 23.14%
G = 18.35%
B = 58.51%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5745DC (or 0x5745DC) is known color: Slate Blue. HEX triplet: 57, 45 and DC. RGB value is (87,69,220). Sum of RGB (Red+Green+Blue) = 87+69+220=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #5745DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745DC is #A8BA23. Grayscale: #5B5B5B. Windows color (decimal): -11057700 or 14435671. OLE color: 14435671.

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

Color convert

RGB 87 69 220 -
CMYK 0.60 0.69 0 0.14
HSL 247.15º 0.68% 0.57% -
HSV(B) 247.15º 0.69% 0.86% -
XYZ 18.98 11.45 68.92 -
YUV 91.6 200.46 124.72 -
System Red Green Blue C M Y K H S L
Decimal 87 69 220 0.60 0.69 0 0.14 247.15 0.68 0.57
Hex 57 45 DC 3C 45 0 E F7 44 39
Octal 127 105 334 74 105 0 16 367 104 71
Binary 1010111 1000101 11011100 111100 1000101 0 1110 11110111 1000100 111001

Color Harmonies of #5745DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5745DC

Black with #5745DC

Text Example


Text Example

White with #5745DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5745DC; }

 p { color: rgb(87,69,220); }

 H1.HeaderClassName
 {
   color: #5745DC;
 }
 .AnyTagClassName
 {
   color: #5745DC;
 }
</style>

background-color css

<style>
 a { background-color: #5745DC; }

 a { background-color: rgb(87,69,220); }

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

border-color css

<style>
 span { border-color: #5745DC; }

 span { border-color: rgb(87,69,220); }

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