#5A58CF

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

Shades of Slate Blue #5A58CF

Tints of Slate Blue #5A58CF

Color information

#5A58CF (or 0x5A58CF) is unknown color: approx Slate Blue. HEX triplet: 5A, 58 and CF. RGB value is (90,88,207). Sum of RGB (Red+Green+Blue) = 90+88+207=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A58CF is #A5A730. Grayscale: #656565. Windows color (decimal): -10856241 or 13588570. OLE color: 13588570.

HSL color Cylindrical-coordinate representation of color #5A58CF: hue angle of 241.01º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A58CF is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9088207-
CMYK0.570.5700.19
HSL241.01º55.35%57.84%-
HSV(B)241.01º57.49%81.18%-
XYZ18.9713.6660.67-
YUV102.16187.16119.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.38%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 207 (81.25% from 255) = 53.77%
R=23.38%
G=22.86%
B=53.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal90882070.570.5700.19241.0155.3557.84
Hex5A58CF3939013f1373a
Octal13213031771710233616772
Binary101101010110001100111111100111100101001111110001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A58CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,88,207); }

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

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

 a { background-color: rgb(90,88,207); }

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

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

 span { border-color: rgb(90,88,207); }

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