Html Css Color HEX #5C42DB Slate Blue

📋 copy color: '#5C42DB'

red 92 ◦ green 66 ◦ blue 219

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

Shades of Slate Blue #5C42DB

Tints of Slate Blue #5C42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

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

R = 24.4%
G = 17.51%
B = 58.09%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C42DB (or 0x5C42DB) is known color: Slate Blue. HEX triplet: 5C, 42 and DB. RGB value is (92,66,219). Sum of RGB (Red+Green+Blue) = 92+66+219=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C42DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C42DB is #A3BD24. Grayscale: #5A5A5A. Windows color (decimal): -10730789 or 14369372. OLE color: 14369372.

HSL color Cylindrical-coordinate representation of color #5C42DB: hue angle of 250.2º degrees, saturation: 0.68, 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 #5C42DB is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 66 219 -
CMYK 0.58 0.70 0 0.14
HSL 250.2º 0.68% 0.56% -
HSV(B) 250.2º 0.7% 0.86% -
XYZ 19.15 11.29 68.19 -
YUV 91.22 200.11 128.56 -
System Red Green Blue C M Y K H S L
Decimal 92 66 219 0.58 0.70 0 0.14 250.2 0.68 0.56
Hex 5C 42 DB 3A 46 0 E FA 44 38
Octal 134 102 333 72 106 0 16 372 104 70
Binary 1011100 1000010 11011011 111010 1000110 0 1110 11111010 1000100 111000

Color Harmonies of #5C42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C42DB

Black with #5C42DB

Text Example


Text Example

White with #5C42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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