#5F59AE

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

Shades of Rich Blue #5F59AE

Tints of Rich Blue #5F59AE

Color information

#5F59AE (or 0x5F59AE) is unknown color: approx Rich Blue. HEX triplet: 5F, 59 and AE. RGB value is (95,89,174). Sum of RGB (Red+Green+Blue) = 95+89+174=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F59AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F59AE is #A0A651. Grayscale: #646464. Windows color (decimal): -10528338 or 11426143. OLE color: 11426143.

HSL color Cylindrical-coordinate representation of color #5F59AE: hue angle of 244.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F59AE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9589174-
CMYK0.450.4900.32
HSL244.24º34.41%51.57%-
HSV(B)244.24º48.85%68.24%-
XYZ15.9312.6341.64-
YUV100.48169.49124.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.54%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=26.54%
G=24.86%
B=48.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95891740.450.4900.32244.2434.4151.57
Hex5F59AE2D31020f42234
Octal13713125655610403644264
Binary1011111101100110101110101101110001010000011110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,174); }

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

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

 a { background-color: rgb(95,89,174); }

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

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

 span { border-color: rgb(95,89,174); }

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