#5C57AA

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

Shades of Rich Blue #5C57AA

Tints of Rich Blue #5C57AA

Color information

#5C57AA (or 0x5C57AA) is unknown color: approx Rich Blue. HEX triplet: 5C, 57 and AA. RGB value is (92,87,170). Sum of RGB (Red+Green+Blue) = 92+87+170=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C57AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C57AA is #A3A855. Grayscale: #616161. Windows color (decimal): -10725462 or 11163484. OLE color: 11163484.

HSL color Cylindrical-coordinate representation of color #5C57AA: hue angle of 243.61º 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 #5C57AA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9287170-
CMYK0.460.4900.33
HSL243.61º32.81%50.39%-
HSV(B)243.61º48.82%66.67%-
XYZ15.0811.9939.55-
YUV97.96168.66123.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=26.36%
G=24.93%
B=48.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92871700.460.4900.33243.6132.8150.39
Hex5C57AA2E31021f42132
Octal13412725256610413644162
Binary1011100101011110101010101110110001010000111110100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C57AA; }

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

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

<style>
 a { background-color: #5C57AA; }

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

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

<style>
 span { border-color: #5C57AA; }

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

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