#5F55AD

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

Shades of Rich Blue #5F55AD

Tints of Rich Blue #5F55AD

Color information

#5F55AD (or 0x5F55AD) is unknown color: approx Rich Blue. HEX triplet: 5F, 55 and AD. RGB value is (95,85,173). Sum of RGB (Red+Green+Blue) = 95+85+173=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 85 (33.59% from 255 or 24.08% 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 #5F55AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F55AD is #A0AA52. Grayscale: #616161. Windows color (decimal): -10529363 or 11359583. OLE color: 11359583.

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

Color convert

RGB9585173-
CMYK0.450.5100.32
HSL246.82º34.92%50.59%-
HSV(B)246.82º50.87%67.84%-
XYZ15.5111.9541.02-
YUV98.02170.31125.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.91%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=26.91%
G=24.08%
B=49.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95851730.450.5100.32246.8234.9250.59
Hex5F55AD2D33020f72333
Octal13712525555630403674363
Binary1011111101010110101101101101110011010000011110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F55AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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