Html Css Color HEX #5C56DB Slate Blue

📋 copy color: '#5C56DB'

red 92 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #5C56DB

Tints of Slate Blue #5C56DB

RGB

 RED value IS 92 (36.33% from 255) = 23.17%

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

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 23.17%
G = 21.66%
B = 55.16%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C56DB (or 0x5C56DB) is known color: Slate Blue. HEX triplet: 5C, 56 and DB. RGB value is (92,86,219). Sum of RGB (Red+Green+Blue) = 92+86+219=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C56DB is #A3A924. Grayscale: #666666. Windows color (decimal): -10725669 or 14374492. OLE color: 14374492.

HSL color Cylindrical-coordinate representation of color #5C56DB: hue angle of 242.71º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C56DB is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 86 219 -
CMYK 0.58 0.61 0 0.14
HSL 242.71º 0.65% 0.6% -
HSV(B) 242.71º 0.61% 0.86% -
XYZ 20.53 14.05 68.65 -
YUV 102.96 193.49 120.19 -
System Red Green Blue C M Y K H S L
Decimal 92 86 219 0.58 0.61 0 0.14 242.71 0.65 0.6
Hex 5C 56 DB 3A 3D 0 E F3 41 3C
Octal 134 126 333 72 75 0 16 363 101 74
Binary 1011100 1010110 11011011 111010 111101 0 1110 11110011 1000001 111100

Color Harmonies of #5C56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C56DB

Black with #5C56DB

Text Example


Text Example

White with #5C56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C56DB; }

 p { color: rgb(92,86,219); }

 H1.HeaderClassName
 {
   color: #5C56DB;
 }
 .AnyTagClassName
 {
   color: #5C56DB;
 }
</style>

background-color css

<style>
 a { background-color: #5C56DB; }

 a { background-color: rgb(92,86,219); }

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

border-color css

<style>
 span { border-color: #5C56DB; }

 span { border-color: rgb(92,86,219); }

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