Html Css Color HEX #5357DC Slate Blue

📋 copy color: '#5357DC'

red 83 ◦ green 87 ◦ blue 220

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

Shades of Slate Blue #5357DC

Tints of Slate Blue #5357DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

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

R = 21.28%
G = 22.31%
B = 56.41%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5357DC (or 0x5357DC) is known color: Slate Blue. HEX triplet: 53, 57 and DC. RGB value is (83,87,220). Sum of RGB (Red+Green+Blue) = 83+87+220=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #5357DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357DC is #ACA823. Grayscale: #646464. Windows color (decimal): -11315236 or 14440275. OLE color: 14440275.

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

Color convert

RGB 83 87 220 -
CMYK 0.62 0.60 0 0.14
HSL 238.25º 0.66% 0.59% -
HSV(B) 238.25º 0.62% 0.86% -
XYZ 19.89 13.82 69.33 -
YUV 100.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 83 87 220 0.62 0.60 0 0.14 238.25 0.66 0.59
Hex 53 57 DC 3E 3C 0 E EE 42 3B
Octal 123 127 334 76 74 0 16 356 102 73
Binary 1010011 1010111 11011100 111110 111100 0 1110 11101110 1000010 111011

Color Harmonies of #5357DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5357DC

Black with #5357DC

Text Example


Text Example

White with #5357DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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