#5C56AB

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

Shades of Rich Blue #5C56AB

Tints of Rich Blue #5C56AB

Color information

#5C56AB (or 0x5C56AB) is unknown color: approx Rich Blue. HEX triplet: 5C, 56 and AB. RGB value is (92,86,171). Sum of RGB (Red+Green+Blue) = 92+86+171=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C56AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C56AB is #A3A954. Grayscale: #616161. Windows color (decimal): -10725717 or 11228764. OLE color: 11228764.

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

Color convert

RGB9286171-
CMYK0.460.5000.33
HSL244.24º33.6%50.39%-
HSV(B)244.24º49.71%67.06%-
XYZ15.0911.8740.02-
YUV97.48169.49124.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=26.36%
G=24.64%
B=49.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92861710.460.5000.33244.2433.650.39
Hex5C56AB2E32021f42232
Octal13412625356620413644262
Binary1011100101011010101011101110110010010000111110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,86,171); }

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

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

 a { background-color: rgb(92,86,171); }

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

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

 span { border-color: rgb(92,86,171); }

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