#5B927E

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

Shades of Patina #5B927E

Tints of Patina #5B927E

Color information

#5B927E (or 0x5B927E) is unknown color: approx Patina. HEX triplet: 5B, 92 and 7E. RGB value is (91,146,126). Sum of RGB (Red+Green+Blue) = 91+146+126=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #5B927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B927E is #A46D81. Grayscale: #7F7F7F. Windows color (decimal): -10775938 or 8295003. OLE color: 8295003.

HSL color Cylindrical-coordinate representation of color #5B927E: hue angle of 158.18º 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 #5B927E is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB91146126-
CMYK0.3800.140.43
HSL158.18º23.21%46.47%-
HSV(B)158.18º37.67%57.25%-
XYZ18.3624.2923.46-
YUV127.28127.28102.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=25.07%
G=40.22%
B=34.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911461260.3800.140.43158.1823.2146.47
Hex5B927E260E2B9e172e
Octal13322217646016532362756
Binary1011011100100101111110100110011101010111001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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