#5C5BCD

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

Shades of Slate Blue #5C5BCD

Tints of Slate Blue #5C5BCD

Color information

#5C5BCD (or 0x5C5BCD) is unknown color: approx Slate Blue. HEX triplet: 5C, 5B and CD. RGB value is (92,91,205). Sum of RGB (Red+Green+Blue) = 92+91+205=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5BCD is #A3A432. Grayscale: #676767. Windows color (decimal): -10724403 or 13458268. OLE color: 13458268.

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

Color convert

RGB9291205-
CMYK0.550.5600.20
HSL240.53º53.27%58.04%-
HSV(B)240.53º55.61%80.39%-
XYZ19.1714.1759.48-
YUV104.3184.83119.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.71%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 205 (80.47% from 255) = 52.84%
R=23.71%
G=23.45%
B=52.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92912050.550.5600.20240.5353.2758.04
Hex5C5BCD3738014f1353a
Octal13413331567700243616572
Binary101110010110111100110111011111100001010011110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,91,205); }

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

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

 a { background-color: rgb(92,91,205); }

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

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

 span { border-color: rgb(92,91,205); }

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