#5859A7

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

Shades of Rich Blue #5859A7

Tints of Rich Blue #5859A7

Color information

#5859A7 (or 0x5859A7) is unknown color: approx Rich Blue. HEX triplet: 58, 59 and A7. RGB value is (88,89,167). Sum of RGB (Red+Green+Blue) = 88+89+167=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #5859A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5859A7 is #A7A658. Grayscale: #616161. Windows color (decimal): -10987097 or 10967384. OLE color: 10967384.

HSL color Cylindrical-coordinate representation of color #5859A7: hue angle of 239.24º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5859A7 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8889167-
CMYK0.470.4700.35
HSL239.24º30.98%50%-
HSV(B)239.24º47.31%65.49%-
XYZ14.5712.0138.11-
YUV97.59167.17121.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 167 (65.62% from 255) = 48.55%
R=25.58%
G=25.87%
B=48.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88891670.470.4700.35239.2430.9850
Hex5859A72F2F023ef1f32
Octal13013124757570433573762
Binary101100010110011010011110111110111101000111110111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5859A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5859A7; }

 p { color: rgb(88,89,167); }

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

<style>
 a { background-color: #5859A7; }

 a { background-color: rgb(88,89,167); }

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

<style>
 span { border-color: #5859A7; }

 span { border-color: rgb(88,89,167); }

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