Html Css Color HEX #5C4FCC Slate Blue

📋 copy color: '#5C4FCC'

red 92 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #5C4FCC

Tints of Slate Blue #5C4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.07%

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

R = 24.53%
G = 21.07%
B = 54.4%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C4FCC (or 0x5C4FCC) is known color: Slate Blue. HEX triplet: 5C, 4F and CC. RGB value is (92,79,204). Sum of RGB (Red+Green+Blue) = 92+79+204=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FCC is #A3B033. Grayscale: #606060. Windows color (decimal): -10727476 or 13389660. OLE color: 13389660.

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

Color convert

RGB 92 79 204 -
CMYK 0.55 0.61 0 0.2
HSL 246.24º 0.55% 0.55% -
HSV(B) 246.24º 0.61% 0.8% -
XYZ 18.11 12.23 58.53 -
YUV 97.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 92 79 204 0.55 0.61 0 0.2 246.24 0.55 0.55
Hex 5C 4F CC 37 3D 0 14 F6 37 37
Octal 134 117 314 67 75 0 24 366 67 67
Binary 1011100 1001111 11001100 110111 111101 0 10100 11110110 110111 110111

Color Harmonies of #5C4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4FCC

Black with #5C4FCC

Text Example


Text Example

White with #5C4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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