Html Css Color HEX #5356DC Slate Blue

📋 copy color: '#5356DC'

red 83 ◦ green 86 ◦ blue 220

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

Shades of Slate Blue #5356DC

Tints of Slate Blue #5356DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

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

R = 21.34%
G = 22.11%
B = 56.56%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5356DC (or 0x5356DC) is known color: Slate Blue. HEX triplet: 53, 56 and DC. RGB value is (83,86,220). Sum of RGB (Red+Green+Blue) = 83+86+220=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #5356DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5356DC is #ACA923. Grayscale: #636363. Windows color (decimal): -11315492 or 14440019. OLE color: 14440019.

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

Color convert

RGB 83 86 220 -
CMYK 0.62 0.61 0 0.14
HSL 238.69º 0.66% 0.59% -
HSV(B) 238.69º 0.62% 0.86% -
XYZ 19.81 13.66 69.3 -
YUV 100.38 195.51 115.6 -
System Red Green Blue C M Y K H S L
Decimal 83 86 220 0.62 0.61 0 0.14 238.69 0.66 0.59
Hex 53 56 DC 3E 3D 0 E EF 42 3B
Octal 123 126 334 76 75 0 16 357 102 73
Binary 1010011 1010110 11011100 111110 111101 0 1110 11101111 1000010 111011

Color Harmonies of #5356DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5356DC

Black with #5356DC

Text Example


Text Example

White with #5356DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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