#5F9A88

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

Shades of Patina #5F9A88

Tints of Patina #5F9A88

Color information

#5F9A88 (or 0x5F9A88) is unknown color: approx Patina. HEX triplet: 5F, 9A and 88. RGB value is (95,154,136). Sum of RGB (Red+Green+Blue) = 95+154+136=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9A88 is #A06577. Grayscale: #868686. Windows color (decimal): -10511736 or 8952415. OLE color: 8952415.

HSL color Cylindrical-coordinate representation of color #5F9A88: hue angle of 161.69º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9A88 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB95154136-
CMYK0.3800.120.40
HSL161.69º23.69%48.82%-
HSV(B)161.69º38.31%60.39%-
XYZ20.7227.3227.47-
YUV134.31128.9599.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.68%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=24.68%
G=40%
B=35.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal951541360.3800.120.40161.6923.6948.82
Hex5F9A88260C28a21831
Octal13723221046014502423061
Binary10111111001101010001000100110011001010001010001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,154,136); }

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

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

 a { background-color: rgb(95,154,136); }

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

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

 span { border-color: rgb(95,154,136); }

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