#5C4FAA

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

Shades of Rich Blue #5C4FAA

Tints of Rich Blue #5C4FAA

Color information

#5C4FAA (or 0x5C4FAA) is unknown color: approx Rich Blue. HEX triplet: 5C, 4F and AA. RGB value is (92,79,170). Sum of RGB (Red+Green+Blue) = 92+79+170=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 79 (31.25% from 255 or 23.17% 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 #5C4FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4FAA is #A3B055. Grayscale: #5C5C5C. Windows color (decimal): -10727510 or 11161436. OLE color: 11161436.

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

Color convert

RGB9279170-
CMYK0.460.5400.33
HSL248.57º36.55%48.82%-
HSV(B)248.57º53.53%66.67%-
XYZ14.4710.7739.35-
YUV93.26171.31127.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.98%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=26.98%
G=23.17%
B=49.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92791700.460.5400.33248.5736.5548.82
Hex5C4FAA2E36021f92531
Octal13411725256660413714561
Binary1011100100111110101010101110110110010000111111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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