#5CA284

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

Shades of Patina #5CA284

Tints of Patina #5CA284

Color information

#5CA284 (or 0x5CA284) is unknown color: approx Patina. HEX triplet: 5C, A2 and 84. RGB value is (92,162,132). Sum of RGB (Red+Green+Blue) = 92+162+132=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA284 is #A35D7B. Grayscale: #898989. Windows color (decimal): -10706300 or 8692316. OLE color: 8692316.

HSL color Cylindrical-coordinate representation of color #5CA284: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA284 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB92162132-
CMYK0.4300.190.36
HSL154.29º27.56%49.8%-
HSV(B)154.29º43.21%63.53%-
XYZ21.529.7826.45-
YUV137.65124.8195.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.83%
GREEN value IS 162 (63.67% from 255) = 41.97%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=23.83%
G=41.97%
B=34.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921621320.4300.190.36154.2927.5649.8
Hex5CA2842B013249a1c32
Octal13424220453023442323462
Binary101110010100010100001001010110100111001001001101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,162,132); }

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

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

 a { background-color: rgb(92,162,132); }

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

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

 span { border-color: rgb(92,162,132); }

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