#5F988E

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

Shades of Patina #5F988E

Tints of Patina #5F988E

Color information

#5F988E (or 0x5F988E) is unknown color: approx Patina. HEX triplet: 5F, 98 and 8E. RGB value is (95,152,142). Sum of RGB (Red+Green+Blue) = 95+152+142=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #5F988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F988E is #A06771. Grayscale: #858585. Windows color (decimal): -10512242 or 9345119. OLE color: 9345119.

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

Color convert

RGB95152142-
CMYK0.3800.070.40
HSL169.47º23.08%48.43%-
HSV(B)169.47º37.5%59.61%-
XYZ20.8326.8429.67-
YUV133.82132.62100.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=24.42%
G=39.07%
B=36.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal951521420.3800.070.40169.4723.0848.43
Hex5F988E260728a91730
Octal1372302164607502512760
Binary1011111100110001000111010011001111010001010100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,152,142); }

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

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

 a { background-color: rgb(95,152,142); }

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

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

 span { border-color: rgb(95,152,142); }

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