#5F559D

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

Shades of Rich Blue #5F559D

Tints of Rich Blue #5F559D

Color information

#5F559D (or 0x5F559D) is unknown color: approx Rich Blue. HEX triplet: 5F, 55 and 9D. RGB value is (95,85,157). Sum of RGB (Red+Green+Blue) = 95+85+157=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F559D is #A0AA62. Grayscale: #5F5F5F. Windows color (decimal): -10529379 or 10311007. OLE color: 10311007.

HSL color Cylindrical-coordinate representation of color #5F559D: hue angle of 248.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F559D is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9585157-
CMYK0.390.4600.38
HSL248.33º29.75%47.45%-
HSV(B)248.33º45.86%61.57%-
XYZ14.0511.3633.35-
YUV96.2162.31127.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=28.19%
G=25.22%
B=46.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95851570.390.4600.38248.3329.7547.45
Hex5F559D272E026f81e2f
Octal13712523547560463703657
Binary101111110101011001110110011110111001001101111100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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