#5B5ECC

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

Shades of Slate Blue #5B5ECC

Tints of Slate Blue #5B5ECC

Color information

#5B5ECC (or 0x5B5ECC) is unknown color: approx Slate Blue. HEX triplet: 5B, 5E and CC. RGB value is (91,94,204). Sum of RGB (Red+Green+Blue) = 91+94+204=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B5ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ECC is #A4A133. Grayscale: #696969. Windows color (decimal): -10789172 or 13393499. OLE color: 13393499.

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

Color convert

RGB9194204-
CMYK0.550.5400.2
HSL238.41º52.56%57.84%-
HSV(B)238.41º55.39%80%-
XYZ19.2214.5958.93-
YUV105.64183.51117.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.39%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 204 (80.08% from 255) = 52.44%
R=23.39%
G=24.16%
B=52.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91942040.550.5400.2238.4152.5657.84
Hex5B5ECC3736014ee353a
Octal13313631467660243566572
Binary101101110111101100110011011111011001010011101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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