#5B907B

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

Shades of Patina #5B907B

Tints of Patina #5B907B

Color information

#5B907B (or 0x5B907B) is unknown color: approx Patina. HEX triplet: 5B, 90 and 7B. RGB value is (91,144,123). Sum of RGB (Red+Green+Blue) = 91+144+123=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #5B907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B907B is #A46F84. Grayscale: #7D7D7D. Windows color (decimal): -10776453 or 8097883. OLE color: 8097883.

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

Color convert

RGB91144123-
CMYK0.3700.150.44
HSL156.23º22.55%46.08%-
HSV(B)156.23º36.81%56.47%-
XYZ17.8623.622.35-
YUV125.76126.44103.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.42%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=25.42%
G=40.22%
B=34.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal911441230.3700.150.44156.2322.5546.08
Hex5B907B250F2C9c172e
Octal13322017345017542342756
Binary1011011100100001111011100101011111011001001110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,144,123); }

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

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

 a { background-color: rgb(91,144,123); }

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

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

 span { border-color: rgb(91,144,123); }

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