#5754CA

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

Shades of Slate Blue #5754CA

Tints of Slate Blue #5754CA

Color information

#5754CA (or 0x5754CA) is unknown color: approx Slate Blue. HEX triplet: 57, 54 and CA. RGB value is (87,84,202). Sum of RGB (Red+Green+Blue) = 87+84+202=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5754CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754CA is #A8AB35. Grayscale: #616161. Windows color (decimal): -11053878 or 13259863. OLE color: 13259863.

HSL color Cylindrical-coordinate representation of color #5754CA: hue angle of 241.53º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5754CA is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8784202-
CMYK0.570.5800.21
HSL241.53º52.68%56.08%-
HSV(B)241.53º58.42%79.22%-
XYZ17.7612.6357.38-
YUV98.35186.49119.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=23.32%
G=22.52%
B=54.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87842020.570.5800.21241.5352.6856.08
Hex5754CA393A015f23538
Octal12712431271720253626570
Binary101011110101001100101011100111101001010111110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5754CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5754CA; }

 p { color: rgb(87,84,202); }

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

<style>
 a { background-color: #5754CA; }

 a { background-color: rgb(87,84,202); }

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

<style>
 span { border-color: #5754CA; }

 span { border-color: rgb(87,84,202); }

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