#5FA584

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

Shades of Patina #5FA584

Tints of Patina #5FA584

Color information

#5FA584 (or 0x5FA584) is unknown color: approx Patina. HEX triplet: 5F, A5 and 84. RGB value is (95,165,132). Sum of RGB (Red+Green+Blue) = 95+165+132=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA584 is #A05A7B. Grayscale: #8C8C8C. Windows color (decimal): -10508924 or 8693087. OLE color: 8693087.

HSL color Cylindrical-coordinate representation of color #5FA584: hue angle of 151.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA584 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB95165132-
CMYK0.4200.200.35
HSL151.71º28%50.98%-
HSV(B)151.71º42.42%64.71%-
XYZ22.3431.0126.64-
YUV140.31123.3195.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.23%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=24.23%
G=42.09%
B=33.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951651320.4200.200.35151.712850.98
Hex5FA5842A01423981c33
Octal13724520452024432303463
Binary101111110100101100001001010100101001000111001100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,165,132); }

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

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

 a { background-color: rgb(95,165,132); }

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

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

 span { border-color: rgb(95,165,132); }

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