#5A58BF

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

Shades of Rich Blue #5A58BF

Tints of Rich Blue #5A58BF

Color information

#5A58BF (or 0x5A58BF) is unknown color: approx Rich Blue. HEX triplet: 5A, 58 and BF. RGB value is (90,88,191). Sum of RGB (Red+Green+Blue) = 90+88+191=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A58BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A58BF is #A5A740. Grayscale: #636363. Windows color (decimal): -10856257 or 12539994. OLE color: 12539994.

HSL color Cylindrical-coordinate representation of color #5A58BF: hue angle of 241.17º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A58BF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9088191-
CMYK0.530.5400.25
HSL241.17º44.59%54.71%-
HSV(B)241.17º53.93%74.9%-
XYZ17.1112.9150.88-
YUV100.34179.16120.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.39%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 191 (75% from 255) = 51.76%
R=24.39%
G=23.85%
B=51.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90881910.530.5400.25241.1744.5954.71
Hex5A58BF3536019f12d37
Octal13213027765660313615567
Binary101101010110001011111111010111011001100111110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A58BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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