#5C4CCF

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

Shades of Slate Blue #5C4CCF

Tints of Slate Blue #5C4CCF

Color information

#5C4CCF (or 0x5C4CCF) is unknown color: approx Slate Blue. HEX triplet: 5C, 4C and CF. RGB value is (92,76,207). Sum of RGB (Red+Green+Blue) = 92+76+207=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4CCF is #A3B330. Grayscale: #5F5F5F. Windows color (decimal): -10728241 or 13585500. OLE color: 13585500.

HSL color Cylindrical-coordinate representation of color #5C4CCF: hue angle of 247.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C4CCF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9276207-
CMYK0.560.6300.19
HSL247.33º57.71%55.49%-
HSV(B)247.33º63.29%81.18%-
XYZ18.2611.9560.38-
YUV95.72190.8125.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.53%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 207 (81.25% from 255) = 55.2%
R=24.53%
G=20.27%
B=55.2%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92762070.560.6300.19247.3357.7155.49
Hex5C4CCF383F013f73a37
Octal13411431770770233677267
Binary101110010011001100111111100011111101001111110111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,76,207); }

 H1.HeaderClassName
 {
   color: #5C4CCF;
 }
 .AnyTagClassName
 {
   color: #5C4CCF;
 }
</style>
background-color css

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

 a { background-color: rgb(92,76,207); }

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

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

 span { border-color: rgb(92,76,207); }

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