#5C58AA

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

Shades of Rich Blue #5C58AA

Tints of Rich Blue #5C58AA

Color information

#5C58AA (or 0x5C58AA) is unknown color: approx Rich Blue. HEX triplet: 5C, 58 and AA. RGB value is (92,88,170). Sum of RGB (Red+Green+Blue) = 92+88+170=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C58AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C58AA is #A3A755. Grayscale: #626262. Windows color (decimal): -10725206 or 11163740. OLE color: 11163740.

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

Color convert

RGB9288170-
CMYK0.460.4800.33
HSL242.93º32.54%50.59%-
HSV(B)242.93º48.24%66.67%-
XYZ15.1612.1639.58-
YUV98.54168.33123.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.29%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=26.29%
G=25.14%
B=48.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92881700.460.4800.33242.9332.5450.59
Hex5C58AA2E30021f32133
Octal13413025256600413634163
Binary1011100101100010101010101110110000010000111110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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