#5759AB

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

Shades of Rich Blue #5759AB

Tints of Rich Blue #5759AB

Color information

#5759AB (or 0x5759AB) is unknown color: approx Rich Blue. HEX triplet: 57, 59 and AB. RGB value is (87,89,171). Sum of RGB (Red+Green+Blue) = 87+89+171=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #5759AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5759AB is #A8A654. Grayscale: #616161. Windows color (decimal): -11052629 or 11229527. OLE color: 11229527.

HSL color Cylindrical-coordinate representation of color #5759AB: hue angle of 238.57º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5759AB is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8789171-
CMYK0.490.4800.33
HSL238.57º33.33%50.59%-
HSV(B)238.57º49.12%67.06%-
XYZ14.8512.1140.08-
YUV97.75169.34120.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=25.07%
G=25.65%
B=49.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87891710.490.4800.33238.5733.3350.59
Hex5759AB3130021ef2133
Octal12713125361600413574163
Binary1010111101100110101011110001110000010000111101111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5759AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5759AB; }

 p { color: rgb(87,89,171); }

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

<style>
 a { background-color: #5759AB; }

 a { background-color: rgb(87,89,171); }

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

<style>
 span { border-color: #5759AB; }

 span { border-color: rgb(87,89,171); }

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