#609587

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

Shades of Patina #609587

Tints of Patina #609587

Color information

#609587 (or 0x609587) is unknown color: approx Patina. HEX triplet: 60, 95 and 87. RGB value is (96,149,135). Sum of RGB (Red+Green+Blue) = 96+149+135=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #609587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609587 is #9F6A78. Grayscale: #838383. Windows color (decimal): -10447481 or 8885600. OLE color: 8885600.

HSL color Cylindrical-coordinate representation of color #609587: hue angle of 164.15º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609587 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB96149135-
CMYK0.3600.090.42
HSL164.15º21.63%48.04%-
HSV(B)164.15º35.57%58.43%-
XYZ19.9425.7326.84-
YUV131.56129.94102.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 149 (58.59% from 255) = 39.21%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=25.26%
G=39.21%
B=35.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961491350.3600.090.42164.1521.6348.04
Hex60958724092Aa41630
Octal14022520744011522442660
Binary11000001001010110000111100100010011010101010010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609587; }

 p { color: rgb(96,149,135); }

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

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

 a { background-color: rgb(96,149,135); }

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

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

 span { border-color: rgb(96,149,135); }

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