#5745C6

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

Shades of Slate Blue #5745C6

Tints of Slate Blue #5745C6

Color information

#5745C6 (or 0x5745C6) is unknown color: approx Slate Blue. HEX triplet: 57, 45 and C6. RGB value is (87,69,198). Sum of RGB (Red+Green+Blue) = 87+69+198=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #5745C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745C6 is #A8BA39. Grayscale: #585858. Windows color (decimal): -11057722 or 12993879. OLE color: 12993879.

HSL color Cylindrical-coordinate representation of color #5745C6: hue angle of 248.37º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5745C6 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8769198-
CMYK0.560.6500.22
HSL248.37º53.09%52.35%-
HSV(B)248.37º65.15%77.65%-
XYZ16.2510.3654.57-
YUV89.09189.46126.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 69 (27.34% from 255) = 19.49%
BLUE value IS 198 (77.73% from 255) = 55.93%
R=24.58%
G=19.49%
B=55.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal87691980.560.6500.22248.3753.0952.35
Hex5745C63841016f83534
Octal127105306701010263706564
Binary1010111100010111000110111000100000101011011111000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5745C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5745C6; }

 p { color: rgb(87,69,198); }

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

<style>
 a { background-color: #5745C6; }

 a { background-color: rgb(87,69,198); }

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

<style>
 span { border-color: #5745C6; }

 span { border-color: rgb(87,69,198); }

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