#5E55C8

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

Shades of Slate Blue #5E55C8

Tints of Slate Blue #5E55C8

Color information

#5E55C8 (or 0x5E55C8) is unknown color: approx Slate Blue. HEX triplet: 5E, 55 and C8. RGB value is (94,85,200). Sum of RGB (Red+Green+Blue) = 94+85+200=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #5E55C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55C8 is #A1AA37. Grayscale: #646464. Windows color (decimal): -10594872 or 13129054. OLE color: 13129054.

HSL color Cylindrical-coordinate representation of color #5E55C8: hue angle of 244.7º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E55C8 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9485200-
CMYK0.530.5800.22
HSL244.7º51.11%55.88%-
HSV(B)244.7º57.5%78.43%-
XYZ18.2913.0556.2-
YUV100.8183.98123.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.80%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 200 (78.52% from 255) = 52.77%
R=24.80%
G=22.43%
B=52.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal94852000.530.5800.22244.751.1155.88
Hex5E55C8353A016f53338
Octal13612531065720263656370
Binary101111010101011100100011010111101001011011110101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E55C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,85,200); }

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

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

 a { background-color: rgb(94,85,200); }

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

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

 span { border-color: rgb(94,85,200); }

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