#5E5FCC

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

Shades of Slate Blue #5E5FCC

Tints of Slate Blue #5E5FCC

Color information

#5E5FCC (or 0x5E5FCC) is unknown color: approx Slate Blue. HEX triplet: 5E, 5F and CC. RGB value is (94,95,204). Sum of RGB (Red+Green+Blue) = 94+95+204=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5FCC is #A1A033. Grayscale: #6A6A6A. Windows color (decimal): -10592308 or 13393758. OLE color: 13393758.

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

Color convert

RGB9495204-
CMYK0.540.5300.2
HSL239.45º51.89%58.43%-
HSV(B)239.45º53.92%80%-
XYZ19.6114.9258.97-
YUV107.13182.67118.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.92%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=23.92%
G=24.17%
B=51.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal94952040.540.5300.2239.4551.8958.43
Hex5E5FCC3635014ef343a
Octal13613731466650243576472
Binary101111010111111100110011011011010101010011101111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,95,204); }

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

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

 a { background-color: rgb(94,95,204); }

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

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

 span { border-color: rgb(94,95,204); }

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