#5757A4

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

Shades of Rich Blue #5757A4

Tints of Rich Blue #5757A4

Color information

#5757A4 (or 0x5757A4) is unknown color: approx Rich Blue. HEX triplet: 57, 57 and A4. RGB value is (87,87,164). Sum of RGB (Red+Green+Blue) = 87+87+164=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #5757A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5757A4 is #A8A85B. Grayscale: #5F5F5F. Windows color (decimal): -11053148 or 10770263. OLE color: 10770263.

HSL color Cylindrical-coordinate representation of color #5757A4: hue angle of 240º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5757A4 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8787164-
CMYK0.470.4700.36
HSL240º30.68%49.22%-
HSV(B)240º46.95%64.31%-
XYZ14.0411.5236.61-
YUV95.78166.5121.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.74%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 164 (64.45% from 255) = 48.52%
R=25.74%
G=25.74%
B=48.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87871640.470.4700.3624030.6849.22
Hex5757A42F2F024f01f31
Octal12712724457570443603761
Binary101011110101111010010010111110111101001001111000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5757A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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