#5C59AD

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

Shades of Rich Blue #5C59AD

Tints of Rich Blue #5C59AD

Color information

#5C59AD (or 0x5C59AD) is unknown color: approx Rich Blue. HEX triplet: 5C, 59 and AD. RGB value is (92,89,173). Sum of RGB (Red+Green+Blue) = 92+89+173=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C59AD is #A3A652. Grayscale: #636363. Windows color (decimal): -10724947 or 11360604. OLE color: 11360604.

HSL color Cylindrical-coordinate representation of color #5C59AD: hue angle of 242.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C59AD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9289173-
CMYK0.470.4900.32
HSL242.14º33.87%51.37%-
HSV(B)242.14º48.55%67.84%-
XYZ15.5312.4441.12-
YUV99.47169.49122.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.99%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=25.99%
G=25.14%
B=48.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92891730.470.4900.32242.1433.8751.37
Hex5C59AD2F31020f22233
Octal13413125557610403624263
Binary1011100101100110101101101111110001010000011110010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,89,173); }

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

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

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

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

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

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

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