#5EA571

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

Shades of Oxley #5EA571

Tints of Oxley #5EA571

Color information

#5EA571 (or 0x5EA571) is unknown color: approx Oxley. HEX triplet: 5E, A5 and 71. RGB value is (94,165,113). Sum of RGB (Red+Green+Blue) = 94+165+113=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA571 is #A15A8E. Grayscale: #898989. Windows color (decimal): -10574479 or 7447902. OLE color: 7447902.

HSL color Cylindrical-coordinate representation of color #5EA571: hue angle of 136.06º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA571 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB94165113-
CMYK0.4300.320.35
HSL136.06º28.29%50.78%-
HSV(B)136.06º43.03%64.71%-
XYZ21.0530.4820.4-
YUV137.84113.9896.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.27%
GREEN value IS 165 (64.84% from 255) = 44.35%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=25.27%
G=44.35%
B=30.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941651130.4300.320.35136.0628.2950.78
Hex5EA5712B02023881c33
Octal13624516153040432103463
Binary101111010100101111000110101101000001000111000100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,165,113); }

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

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

 a { background-color: rgb(94,165,113); }

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

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

 span { border-color: rgb(94,165,113); }

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