#5C9990

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

Shades of Patina #5C9990

Tints of Patina #5C9990

Color information

#5C9990 (or 0x5C9990) is unknown color: approx Patina. HEX triplet: 5C, 99 and 90. RGB value is (92,153,144). Sum of RGB (Red+Green+Blue) = 92+153+144=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9990 is #A3666F. Grayscale: #858585. Windows color (decimal): -10708592 or 9476444. OLE color: 9476444.

HSL color Cylindrical-coordinate representation of color #5C9990: hue angle of 171.15º 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 #5C9990 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB92153144-
CMYK0.4000.060.4
HSL171.15º24.9%48.04%-
HSV(B)171.15º39.87%60%-
XYZ20.8427.0730.51-
YUV133.73133.7998.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.65%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=23.65%
G=39.33%
B=37.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal921531440.4000.060.4171.1524.948.04
Hex5C9990280628ab1930
Octal1342312205006502533160
Binary1011100100110011001000010100001101010001010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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