#5757AD

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

Shades of Rich Blue #5757AD

Tints of Rich Blue #5757AD

Color information

#5757AD (or 0x5757AD) is unknown color: approx Rich Blue. HEX triplet: 57, 57 and AD. RGB value is (87,87,173). Sum of RGB (Red+Green+Blue) = 87+87+173=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #5757AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5757AD is #A8A852. Grayscale: #606060. Windows color (decimal): -11053139 or 11360087. OLE color: 11360087.

HSL color Cylindrical-coordinate representation of color #5757AD: hue angle of 240º 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 #5757AD is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8787173-
CMYK0.500.5000.32
HSL240º34.4%50.98%-
HSV(B)240º49.71%67.84%-
XYZ14.8811.8641.04-
YUV96.8171121.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=25.07%
G=25.07%
B=49.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87871730.500.5000.3224034.450.98
Hex5757AD3232020f02233
Octal12712725562620403604263
Binary1010111101011110101101110010110010010000011110000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5757AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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