#5745CC

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

Shades of Slate Blue #5745CC

Tints of Slate Blue #5745CC

Color information

#5745CC (or 0x5745CC) is unknown color: approx Slate Blue. HEX triplet: 57, 45 and CC. RGB value is (87,69,204). Sum of RGB (Red+Green+Blue) = 87+69+204=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5745CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745CC is #A8BA33. Grayscale: #595959. Windows color (decimal): -11057716 or 13387095. OLE color: 13387095.

HSL color Cylindrical-coordinate representation of color #5745CC: hue angle of 248º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5745CC is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8769204-
CMYK0.570.6600.2
HSL248º56.96%53.53%-
HSV(B)248º66.18%80%-
XYZ16.9610.6458.29-
YUV89.77192.46126.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=24.17%
G=19.17%
B=56.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal87692040.570.6600.224856.9653.53
Hex5745CC3942014f83936
Octal127105314711020243707166
Binary1010111100010111001100111001100001001010011111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5745CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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