#5C5CAC

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

Shades of Rich Blue #5C5CAC

Tints of Rich Blue #5C5CAC

Color information

#5C5CAC (or 0x5C5CAC) is unknown color: approx Rich Blue. HEX triplet: 5C, 5C and AC. RGB value is (92,92,172). Sum of RGB (Red+Green+Blue) = 92+92+172=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5CAC is #A3A353. Grayscale: #646464. Windows color (decimal): -10724180 or 11295836. OLE color: 11295836.

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

Color convert

RGB9292172-
CMYK0.470.4700.33
HSL240º32.52%51.76%-
HSV(B)240º46.51%67.45%-
XYZ15.6912.9140.69-
YUV101.12168121.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.84%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 172 (67.58% from 255) = 48.31%
R=25.84%
G=25.84%
B=48.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92921720.470.4700.3324032.5251.76
Hex5C5CAC2F2F021f02134
Octal13413425457570413604164
Binary1011100101110010101100101111101111010000111110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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