#5C9089

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

Shades of Patina #5C9089

Tints of Patina #5C9089

Color information

#5C9089 (or 0x5C9089) is unknown color: approx Patina. HEX triplet: 5C, 90 and 89. RGB value is (92,144,137). Sum of RGB (Red+Green+Blue) = 92+144+137=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #5C9089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9089 is #A36F76. Grayscale: #7F7F7F. Windows color (decimal): -10710903 or 9015388. OLE color: 9015388.

HSL color Cylindrical-coordinate representation of color #5C9089: hue angle of 171.92º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C9089 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB92144137-
CMYK0.3600.050.44
HSL171.92º22.03%46.27%-
HSV(B)171.92º36.11%56.47%-
XYZ18.924.0327.31-
YUV127.65133.27102.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=24.66%
G=38.61%
B=36.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal921441370.3600.050.44171.9222.0346.27
Hex5C908924052Cac162e
Octal1342202114405542542656
Binary1011100100100001000100110010001011011001010110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,144,137); }

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

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

 a { background-color: rgb(92,144,137); }

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

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

 span { border-color: rgb(92,144,137); }

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