#5C43CB

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

Shades of Slate Blue #5C43CB

Tints of Slate Blue #5C43CB

Color information

#5C43CB (or 0x5C43CB) is unknown color: approx Slate Blue. HEX triplet: 5C, 43 and CB. RGB value is (92,67,203). Sum of RGB (Red+Green+Blue) = 92+67+203=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C43CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C43CB is #A3BC34. Grayscale: #595959. Windows color (decimal): -10730549 or 13321052. OLE color: 13321052.

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

Color convert

RGB9267203-
CMYK0.550.6700.20
HSL251.03º56.67%52.94%-
HSV(B)251.03º67%79.61%-
XYZ17.210.657.64-
YUV89.98191.78129.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.41%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 203 (79.69% from 255) = 56.08%
R=25.41%
G=18.51%
B=56.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92672030.550.6700.20251.0356.6752.94
Hex5C43CB3743014fb3935
Octal134103313671030243737165
Binary1011100100001111001011110111100001101010011111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C43CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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