#5C4BCE

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

Shades of Slate Blue #5C4BCE

Tints of Slate Blue #5C4BCE

Color information

#5C4BCE (or 0x5C4BCE) is unknown color: approx Slate Blue. HEX triplet: 5C, 4B and CE. RGB value is (92,75,206). Sum of RGB (Red+Green+Blue) = 92+75+206=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C4BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4BCE is #A3B431. Grayscale: #5E5E5E. Windows color (decimal): -10728498 or 13519708. OLE color: 13519708.

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

Color convert

RGB9275206-
CMYK0.550.6400.19
HSL247.79º57.21%55.1%-
HSV(B)247.79º63.59%80.78%-
XYZ18.0711.7659.71-
YUV95.02190.63125.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 206 (80.86% from 255) = 55.23%
R=24.66%
G=20.11%
B=55.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92752060.550.6400.19247.7957.2155.1
Hex5C4BCE3740013f83937
Octal134113316671000233707167
Binary1011100100101111001110110111100000001001111111000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,75,206); }

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

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

 a { background-color: rgb(92,75,206); }

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

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

 span { border-color: rgb(92,75,206); }

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