#5C58AD

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

Shades of Rich Blue #5C58AD

Tints of Rich Blue #5C58AD

Color information

#5C58AD (or 0x5C58AD) is unknown color: approx Rich Blue. HEX triplet: 5C, 58 and AD. RGB value is (92,88,173). Sum of RGB (Red+Green+Blue) = 92+88+173=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C58AD is #A3A752. Grayscale: #626262. Windows color (decimal): -10725203 or 11360348. OLE color: 11360348.

HSL color Cylindrical-coordinate representation of color #5C58AD: hue angle of 242.82º 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 #5C58AD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9288173-
CMYK0.470.4900.32
HSL242.82º34.14%51.18%-
HSV(B)242.82º49.13%67.84%-
XYZ15.4512.2741.09-
YUV98.89169.83123.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.06%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=26.06%
G=24.93%
B=49.01%

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
Decimal92881730.470.4900.32242.8234.1451.18
Hex5C58AD2F31020f32233
Octal13413025557610403634263
Binary1011100101100010101101101111110001010000011110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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