#5B927C

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

Shades of Patina #5B927C

Tints of Patina #5B927C

Color information

#5B927C (or 0x5B927C) is unknown color: approx Patina. HEX triplet: 5B, 92 and 7C. RGB value is (91,146,124). Sum of RGB (Red+Green+Blue) = 91+146+124=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #5B927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B927C is #A46D83. Grayscale: #7F7F7F. Windows color (decimal): -10775940 or 8163931. OLE color: 8163931.

HSL color Cylindrical-coordinate representation of color #5B927C: hue angle of 156º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B927C is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB91146124-
CMYK0.3800.150.43
HSL156º23.21%46.47%-
HSV(B)156º37.67%57.25%-
XYZ18.2324.2422.79-
YUV127.05126.28102.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=25.21%
G=40.44%
B=34.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911461240.3800.150.4315623.2146.47
Hex5B927C260F2B9c172e
Octal13322217446017532342756
Binary1011011100100101111100100110011111010111001110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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