Html Css Color HEX #5C4DCC Slate Blue

📋 copy color: '#5C4DCC'

red 92 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #5C4DCC

Tints of Slate Blue #5C4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 24.66%
G = 20.64%
B = 54.69%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C4DCC (or 0x5C4DCC) is known color: Slate Blue. HEX triplet: 5C, 4D and CC. RGB value is (92,77,204). Sum of RGB (Red+Green+Blue) = 92+77+204=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4DCC is #A3B233. Grayscale: #5F5F5F. Windows color (decimal): -10727988 or 13389148. OLE color: 13389148.

HSL color Cylindrical-coordinate representation of color #5C4DCC: hue angle of 247.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C4DCC is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 77 204 -
CMYK 0.55 0.62 0 0.2
HSL 247.09º 0.55% 0.55% -
HSV(B) 247.09º 0.62% 0.8% -
XYZ 17.97 11.94 58.48 -
YUV 95.96 188.97 125.17 -
System Red Green Blue C M Y K H S L
Decimal 92 77 204 0.55 0.62 0 0.2 247.09 0.55 0.55
Hex 5C 4D CC 37 3E 0 14 F7 37 37
Octal 134 115 314 67 76 0 24 367 67 67
Binary 1011100 1001101 11001100 110111 111110 0 10100 11110111 110111 110111

Color Harmonies of #5C4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4DCC

Black with #5C4DCC

Text Example


Text Example

White with #5C4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,77,204); }

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

background-color css

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

 a { background-color: rgb(92,77,204); }

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

border-color css

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

 span { border-color: rgb(92,77,204); }

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