#5C48CB

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

Shades of Slate Blue #5C48CB

Tints of Slate Blue #5C48CB

Color information

#5C48CB (or 0x5C48CB) is unknown color: approx Slate Blue. HEX triplet: 5C, 48 and CB. RGB value is (92,72,203). Sum of RGB (Red+Green+Blue) = 92+72+203=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C48CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C48CB is #A3B734. Grayscale: #5C5C5C. Windows color (decimal): -10729269 or 13322332. OLE color: 13322332.

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

Color convert

RGB9272203-
CMYK0.550.6500.20
HSL249.16º55.74%53.92%-
HSV(B)249.16º64.53%79.61%-
XYZ17.5111.2257.74-
YUV92.91190.13127.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.07%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 203 (79.69% from 255) = 55.31%
R=25.07%
G=19.62%
B=55.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92722030.550.6500.20249.1655.7453.92
Hex5C48CB3741014f93836
Octal134110313671010243717066
Binary1011100100100011001011110111100000101010011111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C48CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,72,203); }

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

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

 a { background-color: rgb(92,72,203); }

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

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

 span { border-color: rgb(92,72,203); }

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