#5C4FCC

Color #5C4FCC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5C4FCC

Tints of Slate Blue #5C4FCC

Color information

#5C4FCC (or 0x5C4FCC) is unknown color: approx 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

RGB9279204-
CMYK0.550.6100.2
HSL246.24º55.07%55.49%-
HSV(B)246.24º61.27%80%-
XYZ18.1112.2358.53-
YUV97.14188.31124.34-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92792040.550.6100.2246.2455.0755.49
Hex5C4FCC373D014f63737
Octal13411731467750243666767
Binary101110010011111100110011011111110101010011110110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>