#5B947C

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

Shades of Patina #5B947C

Tints of Patina #5B947C

Color information

#5B947C (or 0x5B947C) is unknown color: approx Patina. HEX triplet: 5B, 94 and 7C. RGB value is (91,148,124). Sum of RGB (Red+Green+Blue) = 91+148+124=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #5B947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B947C is #A46B83. Grayscale: #808080. Windows color (decimal): -10775428 or 8164443. OLE color: 8164443.

HSL color Cylindrical-coordinate representation of color #5B947C: hue angle of 154.74º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B947C is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB91148124-
CMYK0.3900.160.42
HSL154.74º23.85%46.86%-
HSV(B)154.74º38.51%58.04%-
XYZ18.5424.8622.89-
YUV128.22125.62101.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=25.07%
G=40.77%
B=34.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911481240.3900.160.42154.7423.8546.86
Hex5B947C270102A9b182f
Octal13322417447020522333057
Binary10110111001010011111001001110100001010101001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,148,124); }

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

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

 a { background-color: rgb(91,148,124); }

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

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

 span { border-color: rgb(91,148,124); }

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