#5CA383

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

Shades of Patina #5CA383

Tints of Patina #5CA383

Color information

#5CA383 (or 0x5CA383) is unknown color: approx Patina. HEX triplet: 5C, A3 and 83. RGB value is (92,163,131). Sum of RGB (Red+Green+Blue) = 92+163+131=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA383 is #A35C7C. Grayscale: #8A8A8A. Windows color (decimal): -10706045 or 8627036. OLE color: 8627036.

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

Color convert

RGB92163131-
CMYK0.4400.200.36
HSL152.96º27.84%50%-
HSV(B)152.96º43.56%63.92%-
XYZ21.6130.1126.15-
YUV138.12123.9895.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.83%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=23.83%
G=42.23%
B=33.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921631310.4400.200.36152.9627.8450
Hex5CA3832C01424991c32
Octal13424320354024442313462
Binary101110010100011100000111011000101001001001001100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,163,131); }

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

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

 a { background-color: rgb(92,163,131); }

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

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

 span { border-color: rgb(92,163,131); }

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