#5CA281

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

Shades of Patina #5CA281

Tints of Patina #5CA281

Color information

#5CA281 (or 0x5CA281) is unknown color: approx Patina. HEX triplet: 5C, A2 and 81. RGB value is (92,162,129). Sum of RGB (Red+Green+Blue) = 92+162+129=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA281 is #A35D7E. Grayscale: #898989. Windows color (decimal): -10706303 or 8495708. OLE color: 8495708.

HSL color Cylindrical-coordinate representation of color #5CA281: hue angle of 151.71º 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 #5CA281 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB92162129-
CMYK0.4300.200.36
HSL151.71º27.56%49.8%-
HSV(B)151.71º43.21%63.53%-
XYZ21.329.725.38-
YUV137.31123.3195.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.02%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=24.02%
G=42.30%
B=33.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921621290.4300.200.36151.7127.5649.8
Hex5CA2812B01424981c32
Octal13424220153024442303462
Binary101110010100010100000011010110101001001001001100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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