#5761AA

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

Shades of Rich Blue #5761AA

Tints of Rich Blue #5761AA

Color information

#5761AA (or 0x5761AA) is unknown color: approx Rich Blue. HEX triplet: 57, 61 and AA. RGB value is (87,97,170). Sum of RGB (Red+Green+Blue) = 87+97+170=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #5761AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5761AA is #A89E55. Grayscale: #666666. Windows color (decimal): -11050582 or 11166039. OLE color: 11166039.

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

Color convert

RGB8797170-
CMYK0.490.4300.33
HSL232.77º32.81%50.39%-
HSV(B)232.77º48.82%66.67%-
XYZ15.4613.4839.82-
YUV102.33166.19117.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=24.58%
G=27.40%
B=48.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87971700.490.4300.33232.7732.8150.39
Hex5761AA312B021e92132
Octal12714125261530413514162
Binary1010111110000110101010110001101011010000111101001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5761AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5761AA; }

 p { color: rgb(87,97,170); }

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

<style>
 a { background-color: #5761AA; }

 a { background-color: rgb(87,97,170); }

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

<style>
 span { border-color: #5761AA; }

 span { border-color: rgb(87,97,170); }

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