#5BA589

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

Shades of Patina #5BA589

Tints of Patina #5BA589

Color information

#5BA589 (or 0x5BA589) is unknown color: approx Patina. HEX triplet: 5B, A5 and 89. RGB value is (91,165,137). Sum of RGB (Red+Green+Blue) = 91+165+137=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA589 is #A45A76. Grayscale: #8B8B8B. Windows color (decimal): -10771063 or 9020763. OLE color: 9020763.

HSL color Cylindrical-coordinate representation of color #5BA589: hue angle of 157.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA589 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB91165137-
CMYK0.4500.170.35
HSL157.3º29.13%50.2%-
HSV(B)157.3º44.85%64.71%-
XYZ22.2830.9428.46-
YUV139.68126.4893.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.16%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=23.16%
G=41.98%
B=34.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911651370.4500.170.35157.329.1350.2
Hex5BA5892D011239d1d32
Octal13324521155021432353562
Binary101101110100101100010011011010100011000111001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,165,137); }

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

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

 a { background-color: rgb(91,165,137); }

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

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

 span { border-color: rgb(91,165,137); }

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