#5760AD

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

Shades of Rich Blue #5760AD

Tints of Rich Blue #5760AD

Color information

#5760AD (or 0x5760AD) is unknown color: approx Rich Blue. HEX triplet: 57, 60 and AD. RGB value is (87,96,173). Sum of RGB (Red+Green+Blue) = 87+96+173=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #5760AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5760AD is #A89F52. Grayscale: #656565. Windows color (decimal): -11050835 or 11362391. OLE color: 11362391.

HSL color Cylindrical-coordinate representation of color #5760AD: hue angle of 233.72º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5760AD is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8796173-
CMYK0.500.4500.32
HSL233.72º34.4%50.98%-
HSV(B)233.72º49.71%67.84%-
XYZ15.6613.4141.3-
YUV102.09168.02117.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=24.44%
G=26.97%
B=48.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87961730.500.4500.32233.7234.450.98
Hex5760AD322D020ea2233
Octal12714025562550403524263
Binary1010111110000010101101110010101101010000011101010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5760AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5760AD; }

 p { color: rgb(87,96,173); }

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

<style>
 a { background-color: #5760AD; }

 a { background-color: rgb(87,96,173); }

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

<style>
 span { border-color: #5760AD; }

 span { border-color: rgb(87,96,173); }

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