#5F58AD

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

Shades of Rich Blue #5F58AD

Tints of Rich Blue #5F58AD

Color information

#5F58AD (or 0x5F58AD) is unknown color: approx Rich Blue. HEX triplet: 5F, 58 and AD. RGB value is (95,88,173). Sum of RGB (Red+Green+Blue) = 95+88+173=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F58AD is #A0A752. Grayscale: #636363. Windows color (decimal): -10528595 or 11360351. OLE color: 11360351.

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

Color convert

RGB9588173-
CMYK0.450.4900.32
HSL244.94º34.14%51.18%-
HSV(B)244.94º49.13%67.84%-
XYZ15.7512.4341.1-
YUV99.78169.32124.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=26.69%
G=24.72%
B=48.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95881730.450.4900.32244.9434.1451.18
Hex5F58AD2D31020f52233
Octal13713025555610403654263
Binary1011111101100010101101101101110001010000011110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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