#5745D0

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

Shades of Slate Blue #5745D0

Tints of Slate Blue #5745D0

Color information

#5745D0 (or 0x5745D0) is unknown color: approx Slate Blue. HEX triplet: 57, 45 and D0. RGB value is (87,69,208). Sum of RGB (Red+Green+Blue) = 87+69+208=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #5745D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745D0 is #A8BA2F. Grayscale: #595959. Windows color (decimal): -11057712 or 13649239. OLE color: 13649239.

HSL color Cylindrical-coordinate representation of color #5745D0: hue angle of 247.77º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5745D0 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8769208-
CMYK0.580.6700.18
HSL247.77º59.66%54.31%-
HSV(B)247.77º66.83%81.57%-
XYZ17.4410.8460.85-
YUV90.23194.46125.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 208 (81.64% from 255) = 57.14%
R=23.90%
G=18.96%
B=57.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal87692080.580.6700.18247.7759.6654.31
Hex5745D03A43012f83c36
Octal127105320721030223707466
Binary1010111100010111010000111010100001101001011111000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5745D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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