Html Css Color HEX #5341DC Slate Blue

📋 copy color: '#5341DC'

red 83 ◦ green 65 ◦ blue 220

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

Shades of Slate Blue #5341DC

Tints of Slate Blue #5341DC

RGB

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

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

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

R = 22.55%
G = 17.66%
B = 59.78%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5341DC (or 0x5341DC) is known color: Slate Blue. HEX triplet: 53, 41 and DC. RGB value is (83,65,220). Sum of RGB (Red+Green+Blue) = 83+65+220=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #5341DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341DC is #ACBE23. Grayscale: #575757. Windows color (decimal): -11320868 or 14434643. OLE color: 14434643.

HSL color Cylindrical-coordinate representation of color #5341DC: hue angle of 246.97º 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 #5341DC is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 65 220 -
CMYK 0.62 0.70 0 0.14
HSL 246.97º 0.69% 0.56% -
HSV(B) 246.97º 0.7% 0.86% -
XYZ 18.38 10.79 68.82 -
YUV 88.05 202.46 124.4 -
System Red Green Blue C M Y K H S L
Decimal 83 65 220 0.62 0.70 0 0.14 246.97 0.69 0.56
Hex 53 41 DC 3E 46 0 E F7 45 38
Octal 123 101 334 76 106 0 16 367 105 70
Binary 1010011 1000001 11011100 111110 1000110 0 1110 11110111 1000101 111000

Color Harmonies of #5341DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5341DC

Black with #5341DC

Text Example


Text Example

White with #5341DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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