#5C54AC

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

Shades of Rich Blue #5C54AC

Tints of Rich Blue #5C54AC

Color information

#5C54AC (or 0x5C54AC) is unknown color: approx Rich Blue. HEX triplet: 5C, 54 and AC. RGB value is (92,84,172). Sum of RGB (Red+Green+Blue) = 92+84+172=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C54AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C54AC is #A3AB53. Grayscale: #606060. Windows color (decimal): -10726228 or 11293788. OLE color: 11293788.

HSL color Cylindrical-coordinate representation of color #5C54AC: hue angle of 245.45º degrees, saturation: 0.35, 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 #5C54AC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9284172-
CMYK0.470.5100.33
HSL245.45º34.65%50.2%-
HSV(B)245.45º51.16%67.45%-
XYZ15.0311.5940.48-
YUV96.42170.65124.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.44%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=26.44%
G=24.14%
B=49.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92841720.470.5100.33245.4534.6550.2
Hex5C54AC2F33021f52332
Octal13412425457630413654362
Binary1011100101010010101100101111110011010000111110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,84,172); }

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

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

 a { background-color: rgb(92,84,172); }

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

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

 span { border-color: rgb(92,84,172); }

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