Html Css Color HEX #5741DC Slate Blue

📋 copy color: '#5741DC'

red 87 ◦ green 65 ◦ blue 220

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

Shades of Slate Blue #5741DC

Tints of Slate Blue #5741DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.47%

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

R = 23.39%
G = 17.47%
B = 59.14%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5741DC (or 0x5741DC) is known color: Slate Blue. HEX triplet: 57, 41 and DC. RGB value is (87,65,220). Sum of RGB (Red+Green+Blue) = 87+65+220=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #5741DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5741DC is #A8BE23. Grayscale: #585858. Windows color (decimal): -11058724 or 14434647. OLE color: 14434647.

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

Color convert

RGB 87 65 220 -
CMYK 0.60 0.70 0 0.14
HSL 248.52º 0.69% 0.56% -
HSV(B) 248.52º 0.7% 0.86% -
XYZ 18.74 10.97 68.84 -
YUV 89.25 201.79 126.4 -
System Red Green Blue C M Y K H S L
Decimal 87 65 220 0.60 0.70 0 0.14 248.52 0.69 0.56
Hex 57 41 DC 3C 46 0 E F9 45 38
Octal 127 101 334 74 106 0 16 371 105 70
Binary 1010111 1000001 11011100 111100 1000110 0 1110 11111001 1000101 111000

Color Harmonies of #5741DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5741DC

Black with #5741DC

Text Example


Text Example

White with #5741DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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