#5C9A90

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

Shades of Patina #5C9A90

Tints of Patina #5C9A90

Color information

#5C9A90 (or 0x5C9A90) is unknown color: approx Patina. HEX triplet: 5C, 9A and 90. RGB value is (92,154,144). Sum of RGB (Red+Green+Blue) = 92+154+144=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 154 - color contains mainly: green. Hex color #5C9A90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9A90 is #A3656F. Grayscale: #868686. Windows color (decimal): -10708336 or 9476700. OLE color: 9476700.

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

Color convert

RGB92154144-
CMYK0.4000.060.40
HSL170.32º25.2%48.24%-
HSV(B)170.32º40.26%60.39%-
XYZ2127.430.57-
YUV134.32133.4697.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.59%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=23.59%
G=39.49%
B=36.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921541440.4000.060.40170.3225.248.24
Hex5C9A90280628aa1930
Octal1342322205006502523160
Binary1011100100110101001000010100001101010001010101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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