#5754AA

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

Shades of Rich Blue #5754AA

Tints of Rich Blue #5754AA

Color information

#5754AA (or 0x5754AA) is unknown color: approx Rich Blue. HEX triplet: 57, 54 and AA. RGB value is (87,84,170). Sum of RGB (Red+Green+Blue) = 87+84+170=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #5754AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5754AA is #A8AB55. Grayscale: #5E5E5E. Windows color (decimal): -11053910 or 11162711. OLE color: 11162711.

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

Color convert

RGB8784170-
CMYK0.490.5100.33
HSL242.09º33.86%49.8%-
HSV(B)242.09º50.59%66.67%-
XYZ14.3611.2739.45-
YUV94.7170.49122.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=25.51%
G=24.63%
B=49.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87841700.490.5100.33242.0933.8649.8
Hex5754AA3133021f22232
Octal12712425261630413624262
Binary1010111101010010101010110001110011010000111110010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5754AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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